From e44934cf87740451e9b03e7b39b91799b8e83776 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Sat, 17 Jun 2017 18:39:16 -0700 Subject: [PATCH] remove leftover debug printf --- src/builtin_realpath.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/builtin_realpath.cpp b/src/builtin_realpath.cpp index 5da3ef7ef..a970420cc 100644 --- a/src/builtin_realpath.cpp +++ b/src/builtin_realpath.cpp @@ -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;