Browse Source

Remove spurious "print" statement.

Shane Kerr 14 years ago
parent
commit
72de47d4fe
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/bin/bind10/bind10.py.in

+ 0 - 1
src/bin/bind10/bind10.py.in

@@ -300,7 +300,6 @@ class BoB:
                 answer = isc.config.ccsession. \
                     create_answer(0, self.get_processes())
             else:
-                print("should be doing the unknown command thingy")
                 answer = isc.config.ccsession.create_answer(1,
                                                             "Unknown command")
         return answer