Removed useless debug message

This commit is contained in:
RodZill4 2018-09-01 11:32:36 +02:00
parent f1eb5a97e1
commit 92b647f0c8
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ func set_need_save(ns):
update_tab_title()
func set_save_path(path):
print("Setting save path to "+path+" (was "+str(save_path)+")")
if path != save_path:
save_path = path
update_tab_title()