diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-02 14:05:00 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-02 14:05:00 +0000 |
commit | f0beced8371a1430b2bdbe24d36b0bdee7b07aff (patch) | |
tree | 12bc4295051c2e00263aaf1e34aa50fae088a2b5 | |
parent | b42b6d8cbe584581e38d0edd26d2e2abdea7e8b3 (diff) | |
download | elgg-f0beced8371a1430b2bdbe24d36b0bdee7b07aff.tar.gz elgg-f0beced8371a1430b2bdbe24d36b0bdee7b07aff.tar.bz2 |
Removing debug issue
git-svn-id: https://code.elgg.org/elgg/trunk@365 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | action.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/action.php b/action.php index 96618da9a..9c8710137 100644 --- a/action.php +++ b/action.php @@ -16,7 +16,6 @@ // Get actions
$action = get_input("action");
- system_message("Debug: " . $action);
action($action);
?>
\ No newline at end of file |