1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00

Removed spurious logging

This commit is contained in:
Graham Nelson 2022-04-10 23:31:37 +01:00
parent e106b01c86
commit a2d03f121a

View file

@ -165,7 +165,6 @@ int ActionsPlugin::new_action_SMF(int task, parse_node *V, wording *NPs) {
} }
@<Check that this validly declares an action@> = @<Check that this validly declares an action@> =
LOG("Checking %W\n", OW);
if (<new-action-sentence-object>(OW)) { if (<new-action-sentence-object>(OW)) {
if (<<r>> == FALSE) return FALSE; if (<<r>> == FALSE) return FALSE;
parse_node *O = <<rp>>; parse_node *O = <<rp>>;