[22024] trunk/base/src/port1.0/portutil.tcl

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 14 11:23:58 PST 2007


Revision: 22024
          http://trac.macosforge.org/projects/macports/changeset/22024
Author:   eridius at macports.org
Date:     2007-02-14 11:23:57 -0800 (Wed, 14 Feb 2007)

Log Message:
-----------
Oops, left in a ui_debug

Modified Paths:
--------------
    trunk/base/src/port1.0/portutil.tcl

Modified: trunk/base/src/port1.0/portutil.tcl
===================================================================
--- trunk/base/src/port1.0/portutil.tcl	2007-02-14 19:22:00 UTC (rev 22023)
+++ trunk/base/src/port1.0/portutil.tcl	2007-02-14 19:23:57 UTC (rev 22024)
@@ -429,7 +429,6 @@
 # If the variable exists in the calling procedure's namespace
 # and is set to "yes", return 1. Otherwise, return 0
 proc tbool {key} {
-    ui_debug "tbool: $key"
     upvar $key $key
     if {[info exists $key]} {
         if {[string equal -nocase [set $key] "yes"]} {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070214/72304073/attachment.html


More information about the macports-changes mailing list