| Index: tools/dom/templates/html/impl/impl_Node.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Node.darttemplate b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| index 13e5588b8900a3247369b21fbad7c997112be396..2a751d74a3e5635418a7950e6da615877b241cc6 100644
|
| --- a/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Node.darttemplate
|
| @@ -295,7 +295,6 @@ $if JSINTEROP
|
| @Creates('NodeList')
|
| List<Node> get childNodes {
|
| if (_childNodes == null) {
|
| - window.console.log(">>> construct childNodes collection/list");
|
| List<Node> nodes = new List<Node>();
|
| var jsCollection = _blink.BlinkNode.instance.childNodes_Getter_(unwrap_jso(this));
|
| var collectionLen = jsCollection['length'];
|
|
|