Looks like this was just some unimportant debugging related thing.. so nevermind, not really a priority.
Another issue I ran into trying to get grocery-sync working and pointing to a remote couchdb url..
When I set the url or hardcode it, I'm getting this error.
2012-11-12 13:43:37.294 Grocery Sync[97689:c07] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL initWithString:relativeToURL:]: nil string parameter'
*** First throw call stack:
(0x1835012 0x15fde7e 0x1834deb 0xff3d6d 0x106aab4 0xa1ca0 0x9a0b6 0xa1877 0x990be 0x9924b 0x91a27 0x55af 0x3939 0x626817 0x626882 0x626b2a 0x63def5 0x63dfdb 0x63e286 0x63e381 0x63eeab 0x63efc9 0x63f055 0x7443ab 0x59592d 0x16116b0 0x2bd1fc0 0x2bc633c 0x2bc6150 0x2b440bc 0x2b45227 0x2be7b50 0x5439ff 0x5444e1 0x555315 0x55624b 0x547cf8 0x27ecdf9 0x27ecad0 0x17aabf5 0x17aa962 0x17dbbb6 0x17daf44 0x17dae1b 0x5437da 0x54565c 0x2bde 0x2af5 0x1)
libc++abi.dylib: terminate called throwing an exception
(lldb) bt
* thread #1: tid = 0x1c03, 0x98685a6a libsystem_kernel.dylib`__pthread_kill + 10, stop reason = signal SIGABRT
frame #0: 0x98685a6a libsystem_kernel.dylib`__pthread_kill + 10
frame #1: 0x92514acf libsystem_c.dylib`pthread_kill + 101
frame #2: 0x01b1957b libsystem_sim_c.dylib`abort + 140
frame #3: 0x01c3cf7b libc++abi.dylib`abort_message + 105
frame #4: 0x01c3aa25 libc++abi.dylib`default_terminate() + 34
frame #5: 0x015fe0c1 libobjc.A.dylib`_objc_terminate() + 94
frame #6: 0x01c3aa65 libc++abi.dylib`safe_handler_caller(void (*)()) + 13
frame #7: 0x01c3aacd libc++abi.dylib`std::terminate() + 23
frame #8: 0x01c3bbc2 libc++abi.dylib`__cxa_throw + 110
frame #9: 0x015fdf89 libobjc.A.dylib`objc_exception_throw + 311
frame #10: 0x01834deb CoreFoundation`+[NSException raise:format:] + 139
frame #11: 0x00ff3d6d Foundation`-[NSURL(NSURL) initWithString:relativeToURL:] + 95
frame #12: 0x0106aab4 Foundation`-[NSURL(NSURL) initWithString:] + 48
frame #13: 0x000a1ca0 Grocery Sync`-[TDReplication initWithDocument:] + 352 at TDReplication.m:84
frame #14: 0x0009a0b6 Grocery Sync`-[TDModel initWithNewDocumentInDatabase:] + 310 at TDModel.m:49
frame #15: 0x000a1877 Grocery Sync`-[TDReplication initWithDatabase:remote:pull:] + 567 at TDReplication.m:58
frame #16: 0x000990be Grocery Sync`-[TDDatabaseManager replicationWithDatabase:remote:pull:create:] + 1038 at TDDatabaseManager.m:176
frame #17: 0x0009924b Grocery Sync`-[TDDatabaseManager createReplicationsBetween:and:exclusively:] + 203 at TDDatabaseManager.m:188
frame #18: 0x00091a27 Grocery Sync`-[TDDatabase replicateWithURL:exclusively:] + 119 at TDDatabase.m:223
frame #19: 0x000055af Grocery Sync`-[RootViewController updateSyncURL] + 463 at RootViewController.m:279
frame #20: 0x00003939 Grocery Sync`-[RootViewController viewDidLoad] + 1593 at RootViewController.m:79
frame #21: 0x00626817 UIKit`-[UIViewController loadViewIfRequired] + 536