repo: janusweb action: commit revision: path_from: revision_from: 4248fa36e568076632674fc1a90e9f9b2712945b: path_to: revision_to:
commit 4248fa36e568076632674fc1a90e9f9b2712945b Author: James BaicoianuDate: Sun May 13 22:48:15 2018 -0700 Removed debug logs diff --git a/scripts/parts.js b/scripts/parts.js
--- a/scripts/parts.js
+++ b/scripts/parts.js
@@ -5,11 +5,9 @@ elation.require([], function() {
this._object = object;
this._parts = {};
this._proxies = {};
- console.log('new shit', object);
//this.updateParts();
}
definePart(name, part) {
- console.log('had a part', name, part);
Object.defineProperty(this, name, {
get: () => this.getPart(name),
enumerable: true,
-----END OF PAGE-----