| Index: tests/html/custom/js_custom_test.dart
|
| diff --git a/tests/html/custom/js_custom_test.dart b/tests/html/custom/js_custom_test.dart
|
| index 38331102ed3828c87291b1cf5f9d60fa592bea8e..412cb2eaeff75389352a4b052215640a7f94cf5e 100644
|
| --- a/tests/html/custom/js_custom_test.dart
|
| +++ b/tests/html/custom/js_custom_test.dart
|
| @@ -55,7 +55,6 @@ main() {
|
| prototype: Object.create(HTMLElement.prototype, {
|
| createdCallback: {
|
| value: function() {
|
| - window.console.log('Foo created!');
|
| this.setAttribute('fromJS', 'true');
|
| }
|
| }
|
|
|