Skip to content

Commit

Permalink
Remove spurious GSPrintf lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rfm committed Feb 13, 2024
1 parent 6488189 commit 98a8e6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/base/NSFileManager/general.m
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,6 @@ int main()
dir = [dir stringByStandardizingPath];
PASS([mgr removeFileAtPath: dir handler: handler], "removed directory");
PASS(![mgr fileExistsAtPath: dir], "directory no longer exists");
GSPrintf(stdout, @"%@\n", dir);
GSPrintf(stderr, @"%@\n", dir);
}

err = nil;
Expand Down

0 comments on commit 98a8e6c

Please sign in to comment.