From: cash Date: Tue, 21 Jun 2011 01:09:10 +0000 (-0400) Subject: removed debug code X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5240a01d98d7c8b99c9d9c3f820de9c598ec5849;p=lorea%2Felgg.git removed debug code --- diff --git a/engine/lib/actions.php b/engine/lib/actions.php index 017653aa8..4ccffd267 100644 --- a/engine/lib/actions.php +++ b/engine/lib/actions.php @@ -449,9 +449,6 @@ function ajax_forward_hook($hook, $type, $reason, $params) { header("Content-type: application/json"); echo json_encode($params); exit; - } else { - echo json_encode('not ajax'); - exit; } }