remove debug print statement

This commit is contained in:
Michel Oosterhof
2016-09-19 11:40:31 +04:00
parent 54f13c6467
commit 261d9c95c3

View File

@@ -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 (?, ?, ?, ?)',