removed uneeded logging

This commit is contained in:
Seth Alves 2015-04-06 09:14:53 -07:00
parent efbd74f539
commit 2fbfa34c5c

View file

@ -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;
}