Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-luger committed Apr 23, 2024
1 parent ac49433 commit a7755d8
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -545,7 +545,6 @@ function FlipRestrictionList(props: Props) {
multiple={false}
className={styles.multiSearch}
onChange={items => {
console.log(items)
let newItem: Item | undefined =
items && items.length > 0
? {
Expand Down

0 comments on commit a7755d8

Please sign in to comment.