remove dbg code

This commit is contained in:
Mario Vavti 2015-05-19 21:09:35 +02:00
parent 5641d81f03
commit 3471e98989

View File

@ -173,7 +173,7 @@ function bb_parse_app($match) {
function bb_parse_element($match) {
$j = json_decode(base64url_decode($match[1]),true);
print_r($j);
if ($j) {
$o = EOL . '<a href="#" onclick="importElement(\'' . $match[1] . '\'); return false;" >' . t('Install ' . $j['type'] . ' element: ') . $j['pagetitle'] . '</a>' . EOL;
}