forked from qt-creator/qt-creator
Removed debug line.
This commit is contained in:
@@ -41,7 +41,6 @@ using namespace CPlusPlus;
|
||||
|
||||
QList<AST *> ASTPath::operator()(int line, int column)
|
||||
{
|
||||
qDebug()<<"path @" << line << column;
|
||||
_nodes.clear();
|
||||
_line = line + 1;
|
||||
_column = column + 1;
|
||||
|
||||
Reference in New Issue
Block a user