diff --git a/frontend/src/routes/stock/Index.svelte b/frontend/src/routes/stock/Index.svelte index a4ddaf0..a6f5fed 100644 --- a/frontend/src/routes/stock/Index.svelte +++ b/frontend/src/routes/stock/Index.svelte @@ -139,7 +139,6 @@ async function patchLocation(location,field,newValue){ const data = {}; data[field] = newValue; - console.log(data); const url = api(`stock/location/${location.id}`); const res = await fetch(url,{ credentials: 'include', diff --git a/frontend/src/routes/time/Index.svelte b/frontend/src/routes/time/Index.svelte index 20c845c..efaf2f0 100644 --- a/frontend/src/routes/time/Index.svelte +++ b/frontend/src/routes/time/Index.svelte @@ -1,8 +1,8 @@