From 45c3190a53e28bc5c9375794a8b154356f30ae50 Mon Sep 17 00:00:00 2001 From: stack Date: Mon, 9 Jul 2012 02:19:49 +0200 Subject: [PATCH] deleted some debugging print --- profhandler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/profhandler.py b/profhandler.py index 18dda25..c1a30e8 100755 --- a/profhandler.py +++ b/profhandler.py @@ -133,8 +133,6 @@ class ProfHandler(): if ppath in self.getProfilesList(): self.stopDropbox() try: - print self.getDropboxDirectory() - print ppath if pl in ('Linux','Darwin'): if os.path.exists(self.getDropboxDirectory()): os.unlink(self.getDropboxDirectory()) -- 2.20.1