X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Ftest_yaffs_fchmod.c;h=896a33b52603822ba545e48daba6d64becef0c2f;hb=529984f4a8f8bdcfd75866462ba6b89695b0b9b0;hp=35602356c80483acfca7a4623e5288be7b186c29;hpb=a32621e0d7f5f391e9152cfe710fa6c99ca44c50;p=yaffs2.git diff --git a/direct/timothy_tests/quick_tests/test_yaffs_fchmod.c b/direct/timothy_tests/quick_tests/test_yaffs_fchmod.c index 3560235..896a33b 100644 --- a/direct/timothy_tests/quick_tests/test_yaffs_fchmod.c +++ b/direct/timothy_tests/quick_tests/test_yaffs_fchmod.c @@ -41,7 +41,6 @@ int test_yaffs_fchmod(void) int test_yaffs_fchmod_clean(void) { if (handle >= 0) { - printf("handle %d\n",handle); return yaffs_close(handle); } return 1;