diff --git a/scripts/patches.js b/scripts/patches.js index 5fc8aa2..00bfacf 100644 --- a/scripts/patches.js +++ b/scripts/patches.js @@ -280,7 +280,6 @@ export function registerWrappers() { } function isDoorVisible(wrapped, ...args) { - debugger; const wall = this.wall; const { advancedVision } = getSceneSettings(wall.scene); const isUI = CONFIG.Levels?.UI?.rangeEnabled && !canvas?.tokens?.controlled[0];