Changeset 189 for trunk/base


Ignore:
Timestamp:
Aug 18, 2002, 12:32:51 AM (22 years ago)
Author:
landonf (Landon Fuller)
Message:

Remove excess debugging statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/Tcl/port1.0/portutil.tcl

    r188 r189  
    6666proc swdep_resolve {name chain} {
    6767    global $name env
    68     puts "I am resolving dependencies one day at a time!"
    69     puts "Depname: $name"
    70     puts "Chain: $chain"
    7168    if {![info exists $name]} {
    7269        return 0
     
    104101    }
    105102    foreach path $search_path {
    106         puts "Now checking: $path"
     103        ui_debug "Now checking path: $path regex: $depregex"
    107104        if {![file isdirectory $path]} {
    108105            continue
Note: See TracChangeset for help on using the changeset viewer.