mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-19 08:46:02 -06:00
remove trace message
This commit is contained in:
@@ -232,10 +232,6 @@ void PgfAbstractParser::complete(Item *item, const PgfTextSpot &spot, bool bind)
|
|||||||
case PgfConcrLin::tag: {
|
case PgfConcrLin::tag: {
|
||||||
auto lin = ref<PgfConcrLin>::untagged(item->rule->container);
|
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 max_value = 1;
|
||||||
|
|
||||||
size_t n_inst_vars = 0;
|
size_t n_inst_vars = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user