Skip to content

Commit

Permalink
turned off sync logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pegli committed Apr 16, 2012
1 parent 1486430 commit a197bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/ios/Classes/ComObscureTiTouchDBModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ -(void)startup {
// TODO check error
[TDView setCompiler:self];

if (YES) {
if (NO) {
NSLog(@"logging sync stuff");
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"Log"];
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"LogSync"];
Expand Down

0 comments on commit a197bb5

Please sign in to comment.