From 109664842ba0aaec1b8e462a3fdcee470110a499 Mon Sep 17 00:00:00 2001 From: Edoardo Vacchi Date: Mon, 9 Dec 2013 23:43:49 +0100 Subject: [PATCH] remove debug statement --- fp-includes/core/core.static.php | 1 - 1 file changed, 1 deletion(-) diff --git a/fp-includes/core/core.static.php b/fp-includes/core/core.static.php index 577d437..9f26b82 100755 --- a/fp-includes/core/core.static.php +++ b/fp-includes/core/core.static.php @@ -59,7 +59,6 @@ } function static_exists($id) { - print_r("aaa".static_isvalid($id)); if (!static_isvalid($id)) return false; $fname = STATIC_DIR . $id . EXT;