diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-05-18 22:19:08 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-05-18 22:19:08 +0200 |
commit | 9b64301e0c4af9f7b94b31e48b499d749f91c705 (patch) | |
tree | 9a857459d0ba38aef4f4a1eaa6cfb525fad9bbbf /include/comanche.php | |
parent | 4e3583ab4563028309db7d75b350782b05a22b9b (diff) | |
download | volse-hubzilla-9b64301e0c4af9f7b94b31e48b499d749f91c705.tar.gz volse-hubzilla-9b64301e0c4af9f7b94b31e48b499d749f91c705.tar.bz2 volse-hubzilla-9b64301e0c4af9f7b94b31e48b499d749f91c705.zip |
remove dbg code
Diffstat (limited to 'include/comanche.php')
-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 . '">'); |