diff --git a/src/StreamProtocol.cc b/src/StreamProtocol.cc index 2b96d53..3271ff2 100644 --- a/src/StreamProtocol.cc +++ b/src/StreamProtocol.cc @@ -1092,8 +1092,6 @@ compileString(StreamBuffer& buffer, const char*& source, while (1) { - debug("StreamProtocolParser::Protocol::compileString " - "buffer so far: %s\n", buffer.expand()()); // this is step 2: replacing the formats if (!*source || (newline = getLineNumber(source)) != line) {