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