summaryrefslogtreecommitdiff
path: root/src/configuration
diff options
context:
space:
mode:
Diffstat (limited to 'src/configuration')
-rw-r--r--src/configuration/Appconfig.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py
index 8a29ad72..9958f819 100644
--- a/src/configuration/Appconfig.py
+++ b/src/configuration/Appconfig.py
@@ -63,10 +63,8 @@ class Appconfig(QtGui.QWidget):
try:
modelica_map_json = parser_esim.get('eSim', 'MODELICA_MAP_JSON')
except BaseException as e:
- print("===============================================")
print("Cannot access Modelica map file --- .esim folder")
print(str(e))
- print("===============================================")
# Open file and read KiCad config path
try:
@@ -75,10 +73,7 @@ class Appconfig(QtGui.QWidget):
file.close()
except BaseException as e:
kicad_path = None
- print("===============================================")
- print("Cannot access kicad path file --- supportFiles")
print(str(e))
- print("===============================================")
try:
project_explorer = json.load(open(dictPath))