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