diff options
author | cash <cash.costello@gmail.com> | 2011-06-20 21:09:10 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-06-20 21:09:10 -0400 |
commit | 5240a01d98d7c8b99c9d9c3f820de9c598ec5849 (patch) | |
tree | 82a7d6f743ae67bfbdc8752a52c679ab9f6c32cd | |
parent | dfa2fc4e66463ea385dd90674585fb8e3514ba68 (diff) | |
download | elgg-5240a01d98d7c8b99c9d9c3f820de9c598ec5849.tar.gz elgg-5240a01d98d7c8b99c9d9c3f820de9c598ec5849.tar.bz2 |
removed debug code
-rw-r--r-- | engine/lib/actions.php | 3 |
1 files changed, 0 insertions, 3 deletions
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; } } |