diff options
-rw-r--r-- | gr-run-waveform/xyzzy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-run-waveform/xyzzy.cc b/gr-run-waveform/xyzzy.cc index 537b227b8..a908955a0 100644 --- a/gr-run-waveform/xyzzy.cc +++ b/gr-run-waveform/xyzzy.cc @@ -102,7 +102,7 @@ XYZZY::init(const std::string &file) in.seekg(store); _contents[name] = contents; } - cout << "Loaded " << _contents.size() << " Filesystem entries" << endl; + // cout << "Loaded " << _contents.size() << " Filesystem entries" << endl; in.close(); |