Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
fix(watch_group): remove debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
chirayuk committed Apr 1, 2014
1 parent e925a14 commit 93c7b9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/change_detection/watch_group.dart
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,6 @@ class _EvalWatchRecord implements WatchRecord<_Handler>, Record<_Handler> {
break;
case _MODE_FIELD_CLOSURE_:
var closure = fn(_object);
print(closure);
value = closure == null ? null : Function.apply(closure, args, namedArgs);
break;
case _MODE_MAP_CLOSURE_:
Expand Down

0 comments on commit 93c7b9a

Please sign in to comment.