mambabase: remove debugging line

This commit is contained in:
Silvan Calarco 2020-07-24 12:09:15 +02:00
parent 39663f880b
commit 83f8728cb8

View File

@ -199,7 +199,6 @@ class InstallThread(QtCore.QThread):
try:
file_path = Path.home() / ".config/autostart/mambabase.desktop"
file_path.unlink()
print(file_path)
except:
None