From cca5fcf7bd3bd1ea2247a6e8303ccfd2b7fc1374 Mon Sep 17 00:00:00 2001 From: Christoph Burschka <christoph@burschka.de> Date: Tue, 17 Sep 2013 22:01:21 -0400 Subject: [PATCH] #2091567: Strip a leftover debug call --- xbbcode_basic/xbbcode_basic.module | 1 - 1 file changed, 1 deletion(-) diff --git a/xbbcode_basic/xbbcode_basic.module b/xbbcode_basic/xbbcode_basic.module index a4cc1b1..85fe004 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; } -- GitLab