From f0beced8371a1430b2bdbe24d36b0bdee7b07aff Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 2 Apr 2008 14:05:00 +0000 Subject: Removing debug issue git-svn-id: https://code.elgg.org/elgg/trunk@365 36083f99-b078-4883-b0ff-0f9b5a30f544 --- action.php | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3