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 b2a3d93..388a0d0 100644
--- a/text_file_functions.cpp
+++ b/text_file_functions.cpp
@@ -260,12 +260,8 @@ QString AOApplication::get_pre_emote(QString p_char, int p_emote)
{
QString f_result = read_char_ini(p_char, QString::number(p_emote + 1), "[Emotions]", "[SoundN]");
- qDebug() << "f_result" << f_result;
-
QStringList result_contents = f_result.split("#");
-
-
if (result_contents.size() < 4)
{
qDebug() << "W: misformatted char.ini: " << p_char << ", " << p_emote;