remove debug

pull/3034/head
Isaac Connor 2020-09-02 17:33:38 -04:00
parent bc710bc826
commit f3873d65e4
1 changed files with 0 additions and 2 deletions

View File

@ -278,8 +278,6 @@ bool StreamBase::sendTextFrame(const char *frame_text) {
if ( fwrite(buffer, n_bytes, 1, stdout) != 1 ) {
Error("Unable to send stream text frame: %s", strerror(errno));
return false;
} else {
Debug(1, "Sent %d bytes", n_bytes);
}
fputs("\r\n\r\n", stdout);
fflush(stdout);