zig fmt: remove stray std.debug.print()

This commit is contained in:
Isaac Freund
2021-02-23 19:18:36 +01:00
parent 0f24b61ed5
commit 6b9f19a644

View File

@@ -1416,9 +1416,7 @@ fn renderFnProto(gpa: *Allocator, ais: *Ais, tree: ast.Tree, fn_proto: ast.full.
continue;
},
.r_paren => break,
else => {
std.debug.print("\n{}\n", .{token_tags[last_param_token]});
},
else => unreachable,
}
if (token_tags[last_param_token] == .identifier) {
try renderToken(ais, tree, last_param_token, .none); // name