summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorChristian Schneider2011-11-09 12:08:32 +0000
committerChristian Schneider2011-11-09 12:08:32 +0000
commit629bbd3e1b84b8996eb34a3d176b61e24c3a1f9e (patch)
treeec9a4fde06b97d2785c49fc8460bd465f96e3f6a /it.class
parent684195f906f6c274ef6e95d46660fe9516311b8f (diff)
downloaditools-629bbd3e1b84b8996eb34a3d176b61e24c3a1f9e.tar.gz
itools-629bbd3e1b84b8996eb34a3d176b61e24c3a1f9e.tar.bz2
itools-629bbd3e1b84b8996eb34a3d176b61e24c3a1f9e.zip
Remove temporary logging of float timestamp in it::date()
Diffstat (limited to 'it.class')
-rw-r--r--it.class3
1 files changed, 0 insertions, 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))