www.spaceplanner.app

Web client to the spaceplanner API
git clone git://jacobedwards.org/www.spaceplanner.app
Log | Files | Refs

commit 5c16cc19a2194380210dc169ffec6b9847daeefb
parent d8e4a0f6d545349869b70ff2340f482d89877975
Author: Jacob R. Edwards <jacob@jacobedwards.org>
Date:   Tue, 17 Sep 2024 21:05:55 -0700

Replace log call with debug

Diffstat:
Mfiles/floorplans/floorplan/main.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/floorplans/floorplan/main.js b/files/floorplans/floorplan/main.js @@ -812,7 +812,7 @@ function furnitureMenu(editor, pointOrID) { } const fromVariety = function(type, variety) { - console.log(`Setting with and depth to ${variety} ${type}`) + console.debug(`Setting with and depth to ${variety} ${type}`) if (variety == null) { return }