mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-24 07:23:30 +00:00
rm debug echo
This commit is contained in:
parent
40a9577ed1
commit
7ecf44c8b7
|
@ -80,7 +80,6 @@ function wfLoadGadgetsStructured() {
|
||||||
|
|
||||||
$g = wfMsgForContentNoTrans( "Gadgets-definition" );
|
$g = wfMsgForContentNoTrans( "Gadgets-definition" );
|
||||||
if ( wfEmptyMsg( "Gadgets-definition", $g ) ) {
|
if ( wfEmptyMsg( "Gadgets-definition", $g ) ) {
|
||||||
print "((NO GADGETS))";
|
|
||||||
$gadgets = false;
|
$gadgets = false;
|
||||||
return $gadgets;
|
return $gadgets;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue