remove trace message

This commit is contained in:
Krasimir Angelov
2025-11-17 17:01:08 +01:00
parent e34edd414f
commit a8ba57d822
-4
View File
@@ -232,10 +232,6 @@ void PgfAbstractParser::complete(Item *item, const PgfTextSpot &spot, bool bind)
case PgfConcrLin::tag: {
auto lin = ref<PgfConcrLin>::untagged(item->rule->container);
if (strcmp(lin->name.text, "ComplSlash") == 0) {
printf("complete ComplSlash\n");
}
size_t max_value = 1;
size_t n_inst_vars = 0;