diff --git a/front/src/Phaser/Entity/RemotePlayer.ts b/front/src/Phaser/Entity/RemotePlayer.ts index 319ef8f8..cf4e8aee 100644 --- a/front/src/Phaser/Entity/RemotePlayer.ts +++ b/front/src/Phaser/Entity/RemotePlayer.ts @@ -61,13 +61,6 @@ export class RemotePlayer extends Character implements ActivatableInterface { }); this.bindEventHandlers(); - - this.registerActionsMenuAction({ - actionName: "ddd", - callback: () => { - console.log('ddd'); - }, - }); } public updatePosition(position: PointInterface): void {