Mercurial > libervia-backend
diff src/core/sat_main.py @ 1533:d749922300d0
core: removed forgotten breakpoint
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 29 Sep 2015 17:54:21 +0200 |
parents | 7d7e57a84792 |
children | c9ef16de3f13 |
line wrap: on
line diff
--- a/src/core/sat_main.py Mon Sep 14 08:52:00 2015 +0200 +++ b/src/core/sat_main.py Tue Sep 29 17:54:21 2015 +0200 @@ -797,7 +797,6 @@ del client._progress_cb[progress_id] except KeyError: log.error(_("Trying to remove an unknow progress callback")) - import ipdb; ipdb.set_trace() def _progressGet(self, progress_id, profile): data = self.progressGet(progress_id, profile)