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