native-document 1.0.175 → 1.0.176

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "native-document",
3
- "version": "1.0.175",
3
+ "version": "1.0.176",
4
4
  "description": "A reactive JavaScript framework that preserves native DOM simplicity without sacrificing modern features",
5
5
  "author": "AfroCodeur <https://github.com/afrocodeur>",
6
6
  "license": "MIT",
@@ -113,7 +113,6 @@ export const ElementCreator = {
113
113
  }
114
114
 
115
115
  child = child.toNdElement();
116
- console.log(child)
117
116
  if (child && (child instanceof Node)) {
118
117
  return child;
119
118
  }