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

Remove unused `FRAME_CONNECTED` event

parent 304534a6
......@@ -3,9 +3,6 @@
* on $rootScope
*/
export default {
// Internal state changes
FRAME_CONNECTED: 'frameConnected',
// Session state changes
/** The logged-in user changed */
......
......@@ -203,7 +203,6 @@ export default function FrameSync($rootScope, $window, store, bridge) {
return;
}
$rootScope.$broadcast(events.FRAME_CONNECTED);
store.connectFrame({
id: info.frameIdentifier,
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