From 9caead534609d4fc508d97d1bd0022ad5248ab9d Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Wed, 19 May 2021 08:43:06 -0700 Subject: [PATCH] Removed output of filter during creation --- ui/src/app/metadata/editor/MetadataFilterEditor.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/src/app/metadata/editor/MetadataFilterEditor.js b/ui/src/app/metadata/editor/MetadataFilterEditor.js index 90c7ed8d7..a136ab101 100644 --- a/ui/src/app/metadata/editor/MetadataFilterEditor.js +++ b/ui/src/app/metadata/editor/MetadataFilterEditor.js @@ -72,9 +72,6 @@ export function MetadataFilterEditor({children}) { } -
-
{JSON.stringify(metadata, null, 4)}
-
); } \ No newline at end of file