Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove lines of commented code spotted by sonar.
[simgrid.git] / src / xbt / log.c
index 04772a3..a3a3918 100644 (file)
@@ -281,8 +281,9 @@ void xbt_log_init(int *argc, char **argv)
   int j                   = 1;
 
   /* uncomment to set the LOG category to debug directly */
-  //    _XBT_LOGV(log).threshold = xbt_log_priority_debug;
-
+  if (0) {
+    _XBT_LOGV(log).threshold = xbt_log_priority_debug;
+  }
   xbt_log_connect_categories();
 
   /* Set logs and init log submodule */