rm debug echo

This commit is contained in:
Daniel Kinzler 2007-11-14 22:03:41 +00:00
parent 40a9577ed1
commit 7ecf44c8b7

View file

@ -80,7 +80,6 @@ function wfLoadGadgetsStructured() {
$g = wfMsgForContentNoTrans( "Gadgets-definition" );
if ( wfEmptyMsg( "Gadgets-definition", $g ) ) {
print "((NO GADGETS))";
$gadgets = false;
return $gadgets;
}