Index: branches/REL1_4/phase3/includes/Article.php |
— | — | @@ -1152,8 +1152,6 @@ |
1153 | 1153 | $wgParser->forUpdate( $oldUpdate ); |
1154 | 1154 | |
1155 | 1155 | if ( !$wgUseDumbLinkUpdate ) { |
1156 | | - print nl2br(var_export($wgLinkCache, true)); |
1157 | | - |
1158 | 1156 | # Move the current links back to the second register |
1159 | 1157 | $wgLinkCache->swapRegisters(); |
1160 | 1158 | |