Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions nativescript-angular/platform-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import {
run as applicationRun,
_resetRootView as applicationRerun,
on,
off,
launchEvent,
LaunchEventData,
} from "tns-core-modules/application";
Expand Down Expand Up @@ -153,7 +152,6 @@ export class NativeScriptPlatformRef extends PlatformRef {
"nativescript-angular/platform-common.launchCallback",
(args: LaunchEventData) => {
bootstrapLog("Application launch event fired");
off(launchEvent, launchCallback);

let bootstrapPromiseCompleted = false;
this._bootstrapper().then(
Expand Down