From 261d9c95c313c94d5300832fa1489db2df9ffad6 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Mon, 19 Sep 2016 11:40:31 +0400 Subject: [PATCH] remove debug print statement --- cowrie/output/sqlite.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cowrie/output/sqlite.py b/cowrie/output/sqlite.py index d6a8381..6642798 100644 --- a/cowrie/output/sqlite.py +++ b/cowrie/output/sqlite.py @@ -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 (?, ?, ?, ?)',