mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
remove forgotten debug statements
This commit is contained in:
parent
5f5209fcfb
commit
7e4cbbc073
1 changed files with 0 additions and 3 deletions
|
@ -198,7 +198,6 @@ bool Raw::DoUpdate() {
|
|||
// fallthrough
|
||||
case MANUAL:
|
||||
case STREAM:
|
||||
Debug(DBG_INPUT, "Updating");
|
||||
if ( mode == STREAM && file != NULL && in != NULL ) {
|
||||
fpurge(file);
|
||||
in->clear(); // remove end of file evil bits
|
||||
|
@ -238,8 +237,6 @@ bool Raw::DoHeartbeat(double network_time, double current_time)
|
|||
{
|
||||
ReaderBackend::DoHeartbeat(network_time, current_time);
|
||||
|
||||
Debug(DBG_INPUT, "Heartbeat");
|
||||
|
||||
switch ( mode ) {
|
||||
case MANUAL:
|
||||
// yay, we do nothing :)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue