Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Dec 29, 2016
1 parent 2914d07 commit 760286f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Foundation/src/ArchiveStrategy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "Poco/ActiveMethod.h"
#include "Poco/Void.h"
#include "Poco/FileStream.h"
#include <iostream>


namespace Poco {

Expand Down Expand Up @@ -65,9 +65,8 @@ class ArchiveCompressor: public ActiveDispatcher
ostr.close();
istr.close();
}
catch (Poco::Exception& exc)
catch (Poco::Exception&)
{
std::cerr << "***************** Error: " << exc.displayText() << std::endl;
// deflating failed - remove gz file and leave uncompressed log file
ostr.close();
Poco::File gzf(gzPath);
Expand Down

0 comments on commit 760286f

Please sign in to comment.