r92879 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92878‎ | r92879 | r92880 >
Date:19:15, 22 July 2011
Author:ankitgarg833
Status:deferred
Tags:
Comment:
removing debug statement
Modified paths:
  • /trunk/extensions/PageSchemas/PageSchemas.classes.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PageSchemas/PageSchemas.classes.php
@@ -260,7 +260,6 @@
261261 $this->label_name = (string)$child;
262262 } else if ( $child->getName() == "Field" ){
263263 $ignore = (string) $child->attributes()->ignore;
264 - wfDebugLog( 'myextension', 'Something is not right: ' . print_r( count($child->children()), true ) );
265264 if( count($child->children()) > 0 ){ //@TODO :Can be dealt more efficiently
266265 $fieldObj = new PSTemplateField($child);
267266 $this->PSFields[$i++]= $fieldObj;

Status & tagging log