From f5aaff58421d21af353eeff0b3b9d26c9a1b3f41 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 22 Apr 2021 09:35:12 +0200 Subject: [PATCH] libmodules.tcl: some unconditional debug output removed --- Pmodules/libmodules.tcl | 1 - 1 file changed, 1 deletion(-) diff --git a/Pmodules/libmodules.tcl b/Pmodules/libmodules.tcl index 3a830d3..12690a9 100644 --- a/Pmodules/libmodules.tcl +++ b/Pmodules/libmodules.tcl @@ -21,7 +21,6 @@ if {[info exists env(PMODULES_DEBUG)] && $env(PMODULES_DEBUG)} { proc debug {msg} {} } -puts stderr "loading libmodules" debug "loading libmodules" proc _pmodules_parse_pmodules_env { } {