diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-01-28 10:12:10 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-01-28 10:12:10 +0100 |
commit | 816e96e0802e60d2b4efbb80d3f004902d077cd4 (patch) | |
tree | 576c2482430c2d8a39256cb893c899528050eae2 /csv | |
parent | b101eed287e8e79e7d7940db6e92d46bd1a6d6b0 (diff) |
csv: don't logspam game changes when not needed
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 65014eec..0f9072a7 100644 --- a/csv/csv.cpp +++ b/csv/csv.cpp @@ -167,7 +167,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; } |