mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 07:03:44 +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) {
|
switch (ch) {
|
||||||
case '#': {
|
case '#': {
|
||||||
_comment = _device->readLine(); // stash comment for a future call to getComment
|
_comment = _device->readLine(); // stash comment for a future call to getComment
|
||||||
qDebug() << "COMMENT:" << _comment;
|
|
||||||
return COMMENT_TOKEN;
|
return COMMENT_TOKEN;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue