aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/actions.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-06-20 21:09:10 -0400
committercash <cash.costello@gmail.com>2011-06-20 21:09:10 -0400
commit5240a01d98d7c8b99c9d9c3f820de9c598ec5849 (patch)
tree82a7d6f743ae67bfbdc8752a52c679ab9f6c32cd /engine/lib/actions.php
parentdfa2fc4e66463ea385dd90674585fb8e3514ba68 (diff)
downloadelgg-5240a01d98d7c8b99c9d9c3f820de9c598ec5849.tar.gz
elgg-5240a01d98d7c8b99c9d9c3f820de9c598ec5849.tar.bz2
removed debug code
Diffstat (limited to 'engine/lib/actions.php')
-rw-r--r--engine/lib/actions.php3
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;
}
}