aboutsummaryrefslogtreecommitdiff
path: root/text_file_functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'text_file_functions.cpp')
-rw-r--r--text_file_functions.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/text_file_functions.cpp b/text_file_functions.cpp
index b43fa2e..fc75eab 100644
--- a/text_file_functions.cpp
+++ b/text_file_functions.cpp
@@ -152,11 +152,7 @@ QString AOApplication::read_design_ini(QString p_identifier, QString p_design_pa
design_ini.setFileName(p_design_path);
if (!design_ini.open(QIODevice::ReadOnly))
- {
- qDebug() << "W: Could not open or read " << p_design_path;
-
return "";
- }
QTextStream in(&design_ini);