From 536b27dfc755ed9911695f247f8f8dcf833224fb Mon Sep 17 00:00:00 2001 From: Pellaeon Lin Date: Fri, 24 Feb 2017 14:39:34 +0800 Subject: [PATCH] Remove debug code --- lib/contents.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/contents.php b/lib/contents.php index 3b436f74..0d823ef2 100644 --- a/lib/contents.php +++ b/lib/contents.php @@ -30,8 +30,6 @@ $maxlen = null){ } else { $content = file_get_contents($url, $use_include_path, $context, $offset, $maxlen); } - date_default_timezone_set('CST'); - file_put_contents(__DIR__.'/../debug/D'.date('H-i-s').'.html', $content); if($content === false) debugMessage('Cant\'t download ' . $url);