Skip to content

Commit 9153502

Browse files
committed
removed console.log
1 parent 501cee3 commit 9153502

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lightly_studio_view/src/lib/components/TagCreateDialog/TagCreateDialog.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,8 @@
260260
let isCreateByFilter = $state(false);
261261
262262
const fetchSamples = async () => {
263-
console.log($selectedAnnotationFilterIds);
264-
265263
if (!isCreateByFilter) return;
266264
if (gridType == 'samples') {
267-
console.log(imageParams);
268265
const images = await readImages({
269266
path: {
270267
collection_id: collectionId

0 commit comments

Comments
 (0)