[yoda-svn] yoda: Remove debug printout

YODA Mercurial yoda at projects.hepforge.org
Wed May 23 14:45:02 BST 2018


details:   https://yoda.hepforge.org/hg/yoda/rev/cea8e76b5b0f
branches:  release-1-7
changeset: 1458:cea8e76b5b0f
user:      Andy Buckley <andy at insectnation.org>
date:      Wed May 23 14:39:32 2018 +0100
description:
Remove debug printout

diffs (11 lines):

--- a/src/Writer.cc	Wed May 16 15:05:44 2018 +0100
+++ b/src/Writer.cc	Wed May 23 14:39:32 2018 +0100
@@ -27,7 +27,7 @@
     const size_t lastdot = name.find_last_of(".");
     string fmt = Utils::toLower(lastdot == string::npos ? name : name.substr(lastdot+1));
     const bool compress = (fmt == "gz");
-    cout << "***" << compress << endl;
+    //cout << "***" << compress << endl;
     if (compress) {
       #ifndef HAVE_LIBZ
       throw UserError("YODA was compiled without zlib support: can't write " + name);


More information about the yoda-svn mailing list