Skip to content

Commit

Permalink
ci: Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ht2 authored Jul 4, 2019
1 parent 84bc0f9 commit c26998f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/containers/Widget/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ class Widget extends Component {
[styles.title]: true,
[styles.draggableTitle]: this.props.editable,
});
console.log('in modal', model, 'and props: ', this.props);
return (
<div className={`panel panel-default animated fadeIn ${styles.widget}`} >
<div className={styles.widgetContent}>
Expand Down

0 comments on commit c26998f

Please sign in to comment.