Salome HOME
Restructuration des fonctions de gestion de l'environnement
[tools/sat.git] / sat
diff --git a/sat b/sat
index 14b9a86120235243cee480d70a73aaaca6715115..7355399b3af6a433a2bd6b71e14806a44b9b0a18 100755 (executable)
--- a/sat
+++ b/sat
@@ -52,9 +52,6 @@ DBG.write("Python version", sys.version, DBG.isDeveloper())
 if __name__ == "__main__":
     from src.salomeTools import Sat # it is time to do import
 
-    _debug = False # Have to be False in production (for programmers DEBUG only)
-    DBG.push_debug(_debug) # as __main__ with sys.exit so no need pop_debug
-
     args = sys.argv[1:] # skip useless "sat'
     sat = Sat(logger) # instantiate the salomeTools class