win32::longpath: don't print path

This commit is contained in:
Edward Thomson 2015-09-28 16:46:09 -04:00
parent fc3ef147ec
commit ea467e7487

View File

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