Removed print statement
This commit is contained in:
parent
7d945a5c68
commit
579a3d2143
|
@ -97,7 +97,7 @@ class singleinstance(object):
|
|||
pass
|
||||
|
||||
return
|
||||
print("Cleaning up lockfile")
|
||||
|
||||
try:
|
||||
if sys.platform == 'win32':
|
||||
if hasattr(self, 'fd'):
|
||||
|
|
Reference in New Issue
Block a user