remove leftover debug printf

This commit is contained in:
Kurtis Rader 2017-06-17 18:39:16 -07:00
parent 1e9c9e01e5
commit e44934cf87

View File

@ -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;