Browse Source

removed accidental log

Daniel Zlotin 8 years ago
parent
commit
68351d8f68
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/deprecated/platformSpecificDeprecated.android.js

+ 0
- 1
src/deprecated/platformSpecificDeprecated.android.js View File

164
   params.appStyle = convertStyleParams(params.appStyle);
164
   params.appStyle = convertStyleParams(params.appStyle);
165
   // TODO: add drawer params
165
   // TODO: add drawer params
166
 
166
 
167
-  console.log('DebuggingIsHell', 'startTabBasedApp:startTabBasedApp()', params);
168
   newPlatformSpecific.startApp(params);
167
   newPlatformSpecific.startApp(params);
169
 }
168
 }
170
 
169