From 1ce15e0c16901cf981e49586306af54d806818a7 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 18 Apr 2008 10:34:47 +0000 Subject: Removing previous git-svn-id: https://code.elgg.org/elgg/trunk@484 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/actions.php | 1 - 1 file changed, 1 deletion(-) (limited to 'engine/lib') diff --git a/engine/lib/actions.php b/engine/lib/actions.php index a0e5d33ca..58f38fd7a 100644 --- a/engine/lib/actions.php +++ b/engine/lib/actions.php @@ -35,7 +35,6 @@ if (isset($CONFIG->actions[$action])) { if ($CONFIG->actions[$action]['public'] || $_SESSION['id'] != -1) { - system_message("DEBUG ACTION ({$action}): " . $CONFIG->actions[$action]['file']); if (@include($CONFIG->actions[$action]['file'])) { } else { register_error(sprintf(elgg_echo('actionundefined'),$action)); -- cgit v1.2.3