diff --git a/ApplicationController.m b/ApplicationController.m index 431d637..add846a 100644 --- a/ApplicationController.m +++ b/ApplicationController.m @@ -65,9 +65,6 @@ - (void)applicationDidFinishLaunching:(NSNotification*)notification { [[SUUpdater sharedUpdater] setSendsSystemProfile:YES]; -#ifdef DEBUG_BUILD - [[SUUpdater sharedUpdater] setFeedURL:[NSURL URLWithString:@"http://gitx.frim.nl/Downloads/appcast_DEBUG.xml"]]; -#endif [self registerServices]; // Only try to open a default document if there are no documents open already.