JsonUtils.cpp aktualisieren

This commit is contained in:
LordGrey 2024-04-23 22:58:16 +02:00 committed by GitHub
parent 69f8b1f1f0
commit ec6a65bfbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,8 +62,6 @@ namespace JsonUtils {
if (error.error != QJsonParseError::NoError)
{
qDebug() << "error.offset: " << error.offset;
int errorLine = 1;
int errorColumn = 1;