From 9172aba146cb253f8b67307cb99d13cc85a7766d Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sun, 5 Jan 2014 10:50:25 +0100 Subject: [PATCH] Remove stray print --- dosagelib/singleton.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dosagelib/singleton.py b/dosagelib/singleton.py index dee4967bb..3100cfe79 100644 --- a/dosagelib/singleton.py +++ b/dosagelib/singleton.py @@ -40,7 +40,6 @@ class SingleInstance(object): tempdir = tempfile.gettempdir() self.lockfile = os.path.normpath(os.path.join(tempdir, lockname)) out.debug("SingleInstance lockfile: " + self.lockfile) - print(self.lockfile) if sys.platform == 'win32': try: # file already exists, try to remove it in case the previous