JsonUtils.cpp aktualisieren

This commit is contained in:
LordGrey
2024-04-23 22:58:16 +02:00
committed by GitHub
parent 69f8b1f1f0
commit ec6a65bfbb

View File

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