Skip to content

Commit

Permalink
Removed output of filter during creation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed May 19, 2021
1 parent 12173e6 commit 9caead5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui/src/app/metadata/editor/MetadataFilterEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ export function MetadataFilterEditor({children}) {
}
</div>
</div>
<div>
<pre>{JSON.stringify(metadata, null, 4)}</pre>
</div>
</React.Fragment>
);
}

0 comments on commit 9caead5

Please sign in to comment.