From 0b2be5d9fc6e5f0634a1c1d71c98adaa1dd02333 Mon Sep 17 00:00:00 2001 From: Johannes Loher <johannes.loher@fg4f.de> Date: Tue, 16 Mar 2021 08:55:10 +0100 Subject: [PATCH] Remove redundant comment --- src/module/hooks/setup.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/module/hooks/setup.ts b/src/module/hooks/setup.ts index 78bce9b..e87272c 100644 --- a/src/module/hooks/setup.ts +++ b/src/module/hooks/setup.ts @@ -1,9 +1,5 @@ import { DS4 } from "../config"; -/** - * @remarks The "setup" hook is called after game data has been requested and loaded from the server, so entities - * already exist. - */ export default function registerForSetupHooks(): void { Hooks.once("setup", () => { localizeAndSortConfigObjects();