Commit 2a6f50bd authored by Robert Knight's avatar Robert Knight

Remove unused `FRAME_CONNECTED` event

parent 304534a6
...@@ -3,9 +3,6 @@ ...@@ -3,9 +3,6 @@
* on $rootScope * on $rootScope
*/ */
export default { export default {
// Internal state changes
FRAME_CONNECTED: 'frameConnected',
// Session state changes // Session state changes
/** The logged-in user changed */ /** The logged-in user changed */
......
...@@ -203,7 +203,6 @@ export default function FrameSync($rootScope, $window, store, bridge) { ...@@ -203,7 +203,6 @@ export default function FrameSync($rootScope, $window, store, bridge) {
return; return;
} }
$rootScope.$broadcast(events.FRAME_CONNECTED);
store.connectFrame({ store.connectFrame({
id: info.frameIdentifier, id: info.frameIdentifier,
metadata: info.metadata, metadata: info.metadata,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment