Browse Source

Deleted debug method

rsredsq 10 years ago
parent
commit
4ff4040e42
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Script/AtomicEditor/utils/Preferences.ts

+ 0 - 1
Script/AtomicEditor/utils/Preferences.ts

@@ -58,7 +58,6 @@ class Preferences {
         var jsonFile = new Atomic.File(filePath, Atomic.FILE_READ);
         var jsonFile = new Atomic.File(filePath, Atomic.FILE_READ);
         if (!jsonFile.isOpen()) return;
         if (!jsonFile.isOpen()) return;
         var prefs = <PreferencesFormat> JSON.parse(jsonFile.readText());
         var prefs = <PreferencesFormat> JSON.parse(jsonFile.readText());
-        console.log(prefs);
         this._recentProjects = prefs.recentFiles;
         this._recentProjects = prefs.recentFiles;
         this._androidSDKPath = prefs.androidSdkPath;
         this._androidSDKPath = prefs.androidSdkPath;
         this._jdkRootPath = prefs.jdkRootPath;
         this._jdkRootPath = prefs.jdkRootPath;