From 064c5d9e960e1444a35a7ea6ffd0d6b4108d8561 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Sat, 7 Nov 2015 19:52:06 +0000 Subject: [PATCH] remove debug statement --- cowrie/core/ssh.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/cowrie/core/ssh.py b/cowrie/core/ssh.py index 6b8b25a..626a80f 100644 --- a/cowrie/core/ssh.py +++ b/cowrie/core/ssh.py @@ -218,8 +218,6 @@ class HoneyPotSSHFactory(factory.SSHFactory): @return: The built transport. """ - log.msg(" MICHEL: currently open session %s" % self.sessions ) - _modulis = '/etc/ssh/moduli', '/private/etc/moduli' # FIXME: try to mimic something real 100%