From 629bbd3e1b84b8996eb34a3d176b61e24c3a1f9e Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 9 Nov 2011 12:08:32 +0000 Subject: Remove temporary logging of float timestamp in it::date() --- it.class | 3 --- 1 file changed, 3 deletions(-) diff --git a/it.class b/it.class index edfc7e1..772364a 100644 --- a/it.class +++ b/it.class @@ -718,9 +718,6 @@ static function gets() */ static function date($format = "", $stamp = null) { - if (is_float($stamp)) # Temporary logging of float timestamps - @it::log('it_date_float', $stamp, it_debug::backtrace(), $_SERVER['REQUEST_URI']); - if (!isset($stamp)) $stamp = time(); else if (is_string($stamp) && !ctype_digit($stamp)) -- cgit v1.2.3