Skip to content
Snippets Groups Projects
Commit e1abdead authored by jojohoch's avatar jojohoch
Browse files

[player] Specify console message

parent 2d2510e3
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@ export class UnitStateComponent implements OnInit, OnDestroy {
unitStateDataType: ''
};
// eslint-disable-next-line no-console
console.log('player: sendVopStateChangedNotification', unitState);
console.log('player: unitState sendVopStateChangedNotification', unitState);
this.veronaPostService.sendVopStateChangedNotification({ unitState });
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment