From 0e6320e5a3d8085779e8c2e2f47bd3188c10d2f3 Mon Sep 17 00:00:00 2001 From: wogong Date: Tue, 7 May 2013 09:18:07 +0800 Subject: [PATCH] remove debug codes --- base.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/base.php b/base.php index 981cfb6..8a5a49f 100644 --- a/base.php +++ b/base.php @@ -140,12 +140,8 @@ function localize($phrase, $count=-1) { $lang_file_en = 'lang/' . 'Localization_en.json'; } $lang_file_content = file_get_contents($lang_file); - //var_dump($lang_file); - //var_dump($lang_file_content); /* Load the language file as a JSON object and transform it into an associative array */ $translations = json_decode($lang_file_content, true); - //var_dump($translations['boolean.no']); - //var_dump($translations['authors.title']); if ($lang_file_en) { $lang_file_content = file_get_contents($lang_file_en);