Remove stray print
This commit is contained in:
parent
1f38895681
commit
9172aba146
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue