diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-24 03:25:30 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-24 03:25:30 +0200 |
commit | 98c67ff5301e99fded504fbdcb49f219d06cd2ac (patch) | |
tree | 3531eb3c1916312f35747563dc68e022c19b83cf /csv | |
parent | 3cce7d15e534a865c7633356e59adb5a4aba8506 (diff) |
csv: add debug info
Diffstat (limited to 'csv')
-rw-r--r-- | csv/csv.cpp | 2 |
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; } |