mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 20:34:20 +02:00
removed uneeded logging
This commit is contained in:
parent
efbd74f539
commit
2fbfa34c5c
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ int OBJTokenizer::nextToken() {
|
|||
switch (ch) {
|
||||
case '#': {
|
||||
_comment = _device->readLine(); // stash comment for a future call to getComment
|
||||
qDebug() << "COMMENT:" << _comment;
|
||||
return COMMENT_TOKEN;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue