Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Aug 8, 2019
1 parent 1c5633e commit f4561a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion list/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ var DefineList = Construct.extend("DefineList",
this.dispatch(how, [ newVal, index ]);
}
} else {
console.log("list dispatching", attr, newVal, oldVal);
this.dispatch({
type: "" + attr,
target: this
Expand Down

0 comments on commit f4561a3

Please sign in to comment.