Skip to content

Commit

Permalink
nit: Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
octfx committed Nov 8, 2023
1 parent 0b25b90 commit 6eee72f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/EmbedVideoHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ public function onParserFirstCallInit( $parser ): void {
$parser->setHook( 'evlplayer', [ EmbedVideo::class, 'parseEVLTag' ] );
$parser->setHook( 'vplayer', [ EmbedVideo::class, 'parseEVLTag' ] );
} catch ( MWException $e ) {
dd( $e->getMessage() );
wfLogWarning( $e->getMessage() );
}

Expand Down

0 comments on commit 6eee72f

Please sign in to comment.