Skip to content

Commit

Permalink
acme: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Jun 16, 2024
1 parent 0c79c32 commit 211de84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd/acme/look.c
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,6 @@ expandfile(Text *t, uint q0, uint q1, Expand *e, int reverse)
}

Isfile:
print("isfile reverse=%d colon=%d q0=%d\n", reverse, colon, q0);
e->name = r;
e->nname = nname;
e->u.at = t;
Expand Down

0 comments on commit 211de84

Please sign in to comment.