From f65e40b4fe8aa52f7df7e4fe9e3f0eaa58fb3a4b Mon Sep 17 00:00:00 2001 From: lxnay Date: Sun, 9 Nov 2008 19:37:53 +0000 Subject: [PATCH] Entropy/EntropyDatabaseInterface: - removePackage(): remove pdb :-) git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2664 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropy.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/entropy.py b/libraries/entropy.py index facfff1da..ca7f13db6 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -30995,8 +30995,6 @@ class EntropyDatabaseInterface: def removePackage(self, idpackage, do_cleanup = True, do_commit = True, do_rss = True): - import pdb;pdb.set_trace() - self.checkReadOnly() self.live_cache.clear()