about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-12-03 12:35:44 -0600
committerFrederick Muriuki Muriithi2025-12-03 12:35:44 -0600
commit9f550ba0d5e33995b9969caa0abcd1f6707e68cb (patch)
tree6412345ab626b1d470713da152d8bfac34171d7e
parent0dd0c39c88b008f68c97b3c845c3797d0c230d1b (diff)
downloadgn-uploader-9f550ba0d5e33995b9969caa0abcd1f6707e68cb.tar.gz
Remove possible credentials leak.
-rw-r--r--scripts/run_qtlreaper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/run_qtlreaper.py b/scripts/run_qtlreaper.py
index c9282a2..ab58203 100644
--- a/scripts/run_qtlreaper.py
+++ b/scripts/run_qtlreaper.py
@@ -205,7 +205,6 @@ if __name__ == "__main__":
                   "in the population."))
         args = parser.parse_args()
         setup_logging(logger, args.log_level)
-        logger.debug("CLI arguments: %s", args)
         
         return dispatch(args)