--- FreeBSD/tinderbox/webui/module/moduleBuilds.php 2007/11/15 15:31:35 1.1.1.1.2.2 +++ FreeBSD/tinderbox/webui/module/moduleBuilds.php 2007/11/16 23:00:00 1.1.1.1.2.3 @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Paefchen: FreeBSD/tinderbox/webui/module/moduleBuilds.php,v 1.1.1.1.2.1 2007/11/13 07:36:19 as Exp $ +# $Paefchen: FreeBSD/tinderbox/webui/module/moduleBuilds.php,v 1.1.1.1.2.2 2007/11/15 15:31:35 as Exp $ # $MCom: portstools/tinderbox/webui/module/moduleBuilds.php,v 1.6 2005/12/26 22:33:53 marcus Exp $ # @@ -86,7 +86,6 @@ class moduleBuilds extends module { $data[$i]['status_field_class'] = $status_field_class; $data[$i]['name'] = $name; $data[$i]['description'] = $description; - printf (PKGDIR); if( is_dir( PKGDIR.'/'.$name ) ) { $data[$i]['packagedir'] = PKGURL.'/'.$name.'/'; } else {