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