Index: trunk/extensions/GraphViz/GraphViz.php |
— | — | @@ -290,7 +290,6 @@ |
291 | 291 | } elseif ( $wgGraphVizSettings->named == 'sha1' ) { |
292 | 292 | $storagename .= sha1( $timelinesrc ); // produce sha1-hash |
293 | 293 | } else { // named == 'named' |
294 | | - var_dump($wgGraphVizSettings->named);exit; |
295 | 294 | $storagename .= str_replace( "%", '_perc_', |
296 | 295 | urlencode( trim( str_replace( array( "\n", "\\" ), array( '', '/' ), |
297 | 296 | substr( $timelinesrc, 0, strpos( $timelinesrc, '{' ) ) // extract the name of the graph out of the graph |