deactivated some debug messages
[rocksndiamonds.git] / src / libgame / system.c
index 5888f344a81c9cbd4585fdadff54f0a27b89d1fb..cfd1f8717b3de795c176e460426413dce71205c2 100644 (file)
@@ -122,6 +122,7 @@ void InitScoresInfo()
   program.global_scores = directoryExists(global_scores_dir);
   program.many_scores_per_name = !program.global_scores;
 
+#if 0
   if (options.debug)
   {
     if (program.global_scores)
@@ -136,6 +137,7 @@ void InitScoresInfo()
       Error(ERR_DEBUG, "Using private, single-user scores directory.");
     }
   }
+#endif
 
   free(global_scores_dir);
 }