mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 11:43:37 +08:00
remove leftover debug printf
This commit is contained in:
parent
1e9c9e01e5
commit
e44934cf87
|
@ -32,7 +32,6 @@ int builtin_realpath(parser_t &parser, io_streams_t &streams, wchar_t **argv) {
|
|||
}
|
||||
|
||||
if (optind + 1 != argc) {
|
||||
fwprintf(stderr, L"WTF argc %d optind %d\n", argc, optind);
|
||||
streams.err.append_format(BUILTIN_ERR_ARG_COUNT1, cmd, 1, argc - optind);
|
||||
builtin_print_help(parser, streams, cmd, streams.out);
|
||||
return STATUS_INVALID_ARGS;
|
||||
|
|
Loading…
Reference in New Issue
Block a user