Skip to content

Commit 52eeeab

Browse files
committed
Whoops left in some NSLogs in previous commit
1 parent fd56a02 commit 52eeeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SSYDocFileObserver.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ - (void)dealloc {
150150
- (void)pathChangedNote:(NSNotification*)note {
151151
// No need to look at flags since we registered for only SSYPathObserverChangeFlagsRename.
152152

153-
#if 11
153+
#if 0
154154
#warning Debugging SSYDocFileObserver
155155
NSLog(@"Received notification of filesystem change:\n"
156156
" Path: %@\n"

0 commit comments

Comments
 (0)