Commit 2dcf6312 authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed debug print

parent 003143e2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -234,7 +234,6 @@ class CliHandler(RegisteredCCHandler):
        errs = Reporter()
        with self.conf:
            for obj in objects:
                print obj
                if 'a' not in obj:
                    errs.error(obj['id'], 'not an account')
                    continue