diff --git a/xbbcode_basic/xbbcode_basic.module b/xbbcode_basic/xbbcode_basic.module index a4cc1b124c99acbabff0f27f0b21c58ae641db77..85fe004722619d0860845ff08c74f5d5f5712705 100644 --- a/xbbcode_basic/xbbcode_basic.module +++ b/xbbcode_basic/xbbcode_basic.module @@ -217,7 +217,6 @@ function xbbcode_basic_render_youtube($tag) { list($width, $height) = array($match[1], $match[2]); } else { - var_dump($tag->option); $width = $tag->attr('width') ? $tag->attr('width') : $width; $height = $tag->attr('height') ? $tag->attr('height') : $height; }