Make mamer compilable
[capablanca.git] / lasker-2.2.3 / bots / mamer / main.cc
index 9144604..4895fd4 100644 (file)
@@ -45,10 +45,11 @@ int main(int argc, char **argv) {
            gMamer.Shutdown();
        }
        else
-           cerr << "ERROR: couldn't open server connection!" << endl;
+//         cerr << "ERROR: couldn't open server connection!" << endl;
+;
     else
-       cerr << "ERROR: couldn't initialize mamer!" << endl;
-
+//     cerr << "ERROR: couldn't initialize mamer!" << endl;
+;
     exit(0);
 } //- End of main