From cb3475915eaca998f3eb21424183afbf07d8ea22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Tue, 8 Mar 2022 11:58:07 +0100 Subject: [PATCH] Remove unnecessary import --- js/pathfinding.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/pathfinding.js b/js/pathfinding.js index 2b1dda2..e4e828f 100644 --- a/js/pathfinding.js +++ b/js/pathfinding.js @@ -7,7 +7,6 @@ import {getSnapPointForTokenObj, getTokenShape, getTokenShapeId, iterPairs} from import * as GridlessPathfinding from "../wasm/gridless_pathfinding.js"; import {PriorityQueueSet} from "./data_structures.js"; import { buildCostFunction } from "./api.js"; -import { measure } from "./foundry_imports.js"; class Cache { static maxCacheIds = 5;