From: Serge Rehbinder Date: Mon, 21 Nov 2016 14:37:23 +0000 (+0100) Subject: supress a 'import pdb' X-Git-Tag: 5.0.0a1~38^2~61 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=79d7f2c1208257ee2c02fb958f1b063a6b03eeb2;p=tools%2Fsat.git supress a 'import pdb' --- diff --git a/commands/log.py b/commands/log.py index 514e5fa..6931026 100644 --- a/commands/log.py +++ b/commands/log.py @@ -162,7 +162,6 @@ def run(args, runner, logger): nbClean = nbLogFiles # Get the list to delete and do the removing lLogsToDelete = sorted(lLogs)[:nbClean] - import pdb;pdb.set_trace() for filePath, __, __, __, __, __, __ in lLogsToDelete: # remove the xml log file remove_log_file(filePath, logger)