r93287 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93286‎ | r93287 | r93288 >
Date:16:59, 27 July 2011
Author:ankitgarg833
Status:ok
Tags:
Comment:
removing debug statement
Modified paths:
  • /trunk/extensions/PageSchemas/specials/PS_EditSchema.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PageSchemas/specials/PS_EditSchema.php
@@ -104,8 +104,7 @@
105105 $Xmltext .= '</Template>';
106106 }
107107 }
108 - $Xmltext .= '</PageSchema>';
109 - wfDebugLog( 'myextension', 'Something is not right: ' . print_r( $Xmltext, true ) );
 108+ $Xmltext .= '</PageSchema>';
110109 }
111110 else{
112111 if ( $category != "" ) {

Status & tagging log