diff --git a/src/Mod/Draft/draftutils/params.py b/src/Mod/Draft/draftutils/params.py index 9fd89b5df1..5a538ce1ce 100644 --- a/src/Mod/Draft/draftutils/params.py +++ b/src/Mod/Draft/draftutils/params.py @@ -636,7 +636,6 @@ def _get_param_dictionary(): text = QtCore.QTextStream(fd).readAll() fd.close() else: - print("Preferences file " + fnm + " not found") continue # https://docs.python.org/3/library/xml.etree.elementtree.html