diff --git a/Application.cpp b/Application.cpp index 859f28c4c..ec31953d6 100644 --- a/Application.cpp +++ b/Application.cpp @@ -38,6 +38,8 @@ void Application::run() theApp->setDB(new SqliteDatabase(filename.c_str())); mDatabase->connect(); + return; // TEMPORARY + if(theConfig.PEER_PORT) { mPeerDoor=new PeerDoor(mIOService);