Changeset 291

Show
Ignore:
Timestamp:
11/04/07 15:23:03 (8 months ago)
Author:
hans
Message:

Removing debug code from XmlLogger

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.3/classes/phing/listener/XmlLogger.php

    r252 r291  
    143143                $elapsedTime = Phing::currentTimeMillis() - $this->buildTimerStart; 
    144144                 
    145                 print "The build has finished!\n"; 
    146                  
    147145                $this->buildElement->setAttribute(XmlLogger::TIME_ATTR, DefaultLogger::formatTime($elapsedTime)); 
    148146