forgot to remove a debug thingie

git-svn-id: https://kippo.googlecode.com/svn/trunk@37 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
desaster
2009-11-20 16:43:11 +00:00
parent 3b2e208f72
commit 078904c7a8

View File

@@ -91,7 +91,6 @@ commands['/bin/mkdir'] = command_mkdir
class command_rmdir(HoneyPotCommand):
def call(self):
del self.honeypot.commands['/bin/cat']
for f in self.args:
path = self.fs.resolve_path(f, self.honeypot.cwd)
try: