From 9f9db49c55f79924c9a6e8cdd4399429dd4399c2 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Wed, 19 Nov 2025 09:55:46 +0100 Subject: [PATCH] removed debug output Signed-off-by: Stephan Richter --- frontend/src/routes/stock/Index.svelte | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/src/routes/stock/Index.svelte b/frontend/src/routes/stock/Index.svelte index d8c17e7..325c874 100644 --- a/frontend/src/routes/stock/Index.svelte +++ b/frontend/src/routes/stock/Index.svelte @@ -278,9 +278,3 @@ {/if} {/await} - -
-
-        {JSON.stringify({item_id,location},null,2)}
-    
-
\ No newline at end of file