mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove committed debug lines
This commit is contained in:
parent
7f0917ea00
commit
b3d8b67893
1 changed files with 0 additions and 2 deletions
|
@ -236,8 +236,6 @@ void AssetMappingModel::refresh() {
|
|||
//removeitem->index();
|
||||
}
|
||||
} else {
|
||||
qDebug() << "THE ERROR IS" << request->getError();
|
||||
qDebug() << "Casted error is" << static_cast<int>(request->getError());
|
||||
emit errorGettingMappings(static_cast<int>(request->getError()));
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue