Skip to content

Commit 15ff8fa

Browse files
author
mgmolisani
committed
Removed console logs
1 parent 294cdb2 commit 15ff8fa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components/widgetComponents/LinkWidgetForm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class LinkWidgetForm
3333
extends Component {
3434

3535
render() {
36-
console.log(this.props.widgets.byId[this.props.widgetId]);
3736
return ([
3837
<FormGroup key={'widget' + this.props.widgetId + 'Link'}>
3938
<Label htmlFor={'widget' + this.props.widgetId + 'LinkFld'}>

src/components/widgetComponents/ListWidget.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ class ListWidget
3131

3232
render() {
3333
let widget = this.props.widgets.byId[this.props.widgetId];
34-
console.log(widget.listType);
3534
switch (widget.listType) {
3635
case 'Ordered':
3736
return (

0 commit comments

Comments
 (0)