From 6c75da771253e2aadb43299a1b58de29f724e3e1 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 11 Jun 2014 16:19:12 -0400 Subject: [PATCH] remove comment out code --- admin/schedules.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/admin/schedules.php b/admin/schedules.php index 7378dc1..fc28712 100644 --- a/admin/schedules.php +++ b/admin/schedules.php @@ -23,10 +23,6 @@ $html = $registry->router->loader(); $appName = $config->applicationName; -//if (!empty($_GET)) { -// var_dump($_GET); -// exit; -//} GLM_TOOLBOX::top($appName, ''); echo $html; -GLM_TOOLBOX::footer(); \ No newline at end of file +GLM_TOOLBOX::footer(); -- 2.17.1