mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-18 14:34:22 +01:00
remove debug print statement
This commit is contained in:
@@ -94,7 +94,6 @@ class Output(cowrie.core.output.Output):
|
||||
entry["timestamp"]))
|
||||
|
||||
elif entry["eventid"] == 'cowrie.command.success':
|
||||
print str(entry)
|
||||
self.simpleQuery('INSERT INTO `input`' + \
|
||||
' (`session`, `timestamp`, `success`, `input`)' + \
|
||||
' VALUES (?, ?, ?, ?)',
|
||||
|
||||
Reference in New Issue
Block a user