We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c5949 commit a51d79cCopy full SHA for a51d79c
1 file changed
src/epicure/preferences.py
@@ -61,7 +61,7 @@ class Preferences():
61
def __init__( self ):
62
""" Initialise file path, load current preferences"""
63
self.build_preferences_path()
64
- print("Running on "+platform.lower())
+ #print("Running on "+platform.lower())
65
66
self.ctl = "Control"
67
self.alt = "Alt"
0 commit comments