From ea467e74871830da77bec3e351172a637c139823 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Mon, 28 Sep 2015 16:46:09 -0400 Subject: win32::longpath: don't print path --- tests/win32/longpath.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/win32/longpath.c b/tests/win32/longpath.c index 4fe851c2a..6de7d389a 100644 --- a/tests/win32/longpath.c +++ b/tests/win32/longpath.c @@ -23,8 +23,6 @@ void test_win32_longpath__initialize(void) for (i = 0; i < (remain - 5); i++) git_buf_putc(&path, 'a'); - - printf("%s %" PRIuZ "\n", path.ptr, path.size); #endif } -- cgit v1.2.1