From a01c79ea2f463fffdee270dc46ec045a5ca83db8 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 31 Jul 2025 20:50:50 -0600 Subject: [PATCH] Remove unused import --- module/Apps/ItemSheets/ArmourSheet.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/module/Apps/ItemSheets/ArmourSheet.mjs b/module/Apps/ItemSheets/ArmourSheet.mjs index 0c4ca54..9201e16 100644 --- a/module/Apps/ItemSheets/ArmourSheet.mjs +++ b/module/Apps/ItemSheets/ArmourSheet.mjs @@ -1,7 +1,6 @@ import { filePath } from "../../consts.mjs"; import { gameTerms } from "../../gameTerms.mjs"; import { GenericAppMixin } from "../GenericApp.mjs"; -import { Logger } from "../../utils/Logger.mjs"; const { HandlebarsApplicationMixin } = foundry.applications.api; const { ItemSheetV2 } = foundry.applications.sheets;