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.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/text_file_functions.cpp b/text_file_functions.cpp
index bc8490da..6416781a 100644
--- a/text_file_functions.cpp
+++ b/text_file_functions.cpp
@@ -130,8 +130,6 @@ pos_size_type AOApplication::get_pos_and_size(QString p_identifier, QString p_de
return return_value;
}
-
- qDebug() << "W: Could not find proper " << p_identifier << " in " << p_design_path;
//caller should deal with the result properly(check width and height of output for negatives)
return_value.height = -1;
return_value.width = -1;