nodes: comment out debug line

This commit is contained in:
itsmattkc
2021-09-07 18:07:07 -07:00
parent ba0401ff06
commit bd28896173
+1 -2
View File
@@ -190,8 +190,7 @@ NodeValueTable NodeTraverser::GenerateTable(const Node *n, const QString& output
NodeValueDatabase database = GenerateDatabase(n, output, range);
NodeValueRow row = GenerateRow(&database, n, output, range);
// Pre-process row
qDebug() << "FIXME: Implement pre-process of row";
//qDebug() << "FIXME: Implement pre-process of row";
// Generate output table
NodeValueTable table = database.Merge();