http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95078

Revision: 95078
Author:   ankitgarg833
Date:     2011-08-20 11:17:18 +0000 (Sat, 20 Aug 2011)
Log Message:
-----------
removing debug statement

Modified Paths:
--------------
    trunk/extensions/PageSchemas/PageSchemas.hooks.php

Modified: trunk/extensions/PageSchemas/PageSchemas.hooks.php
===================================================================
--- trunk/extensions/PageSchemas/PageSchemas.hooks.php  2011-08-20 11:09:53 UTC 
(rev 95077)
+++ trunk/extensions/PageSchemas/PageSchemas.hooks.php  2011-08-20 11:17:18 UTC 
(rev 95078)
@@ -17,7 +17,6 @@
                // add the CSS
                global $wgOut, $wgScriptPath;
                $wgOut->addStyle($wgScriptPath . 
'/extensions/PageSchemas/PageSchemas.css');
-
                // Continue
                return true;
        }
@@ -55,8 +54,7 @@
 
                if ( $xml_object = PageSchemas::validateXML( $input, $error_msg 
) ) {
                        // Store XML in the page_props table
-                       $parser->getOutput()->setProperty( 'PageSchema', $input 
);
-                       wfDebugLog( 'myextension', 'input ' . print_r( 
$xml_object, true ) );
+                       $parser->getOutput()->setProperty( 'PageSchema', $input 
);                      
                        $text = PageSchemas::parsePageSchemas($xml_object);
                } else {
                        // Store error message in the page_props table


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to