diff options
-rw-r--r-- | include/comanche.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/comanche.php b/include/comanche.php index 1c9fad8f1..cca7cb0f6 100644 --- a/include/comanche.php +++ b/include/comanche.php @@ -167,8 +167,6 @@ function comanche_block($s, $class = '') { dbesc($name) ); - //print_r($r); killme(); - if($r) { $o .= (($var['wrap'] == 'none') ? '' : '<div class="' . $class . '">'); |