summaryrefslogtreecommitdiffhomepage
path: root/csv
diff options
context:
space:
mode:
Diffstat (limited to 'csv')
-rw-r--r--csv/csv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/csv/csv.cpp b/csv/csv.cpp
index 66850d7f..7b084c06 100644
--- a/csv/csv.cpp
+++ b/csv/csv.cpp
@@ -166,7 +166,7 @@ bool CSV::getGameData(int id, unsigned char* table, QString& gamename)
table[i] = t(tmp[i]);
}
}
- //qDebug() << "csv: game-id" << id_str << "proto" << proto;
+ qDebug() << "csv: game-id" << id_str << "proto" << proto;
gamename = move(name);
return true;
}