Skip to content

Commit a51d79c

Browse files
committed
starting interface: clearer
1 parent 71c5949 commit a51d79c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/epicure/preferences.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Preferences():
6161
def __init__( self ):
6262
""" Initialise file path, load current preferences"""
6363
self.build_preferences_path()
64-
print("Running on "+platform.lower())
64+
#print("Running on "+platform.lower())
6565

6666
self.ctl = "Control"
6767
self.alt = "Alt"

0 commit comments

Comments
 (0)