Skip to content

Commit

Permalink
Fix: remove console.log #24
Browse files Browse the repository at this point in the history
  • Loading branch information
luckylooky2 committed May 22, 2024
1 parent 696bac6 commit ff20585
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ export const optionPickerFactory = <Model extends VariableWithOptions | Variable
render() {
const { variable, picker } = this.props;
const showOptions = picker.id === variable.id; // true: dropdown 열림(picker), false: dropdown 닫힘(variable)
console.log('variable : ', variable, 'picker : ', picker);
console.log('showOptions : ', showOptions);

return (
<div className="variable-link-wrapper">
Expand Down

0 comments on commit ff20585

Please sign in to comment.