repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 4248fa36e568076632674fc1a90e9f9b2712945b:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 4248fa36e568076632674fc1a90e9f9b2712945b
Author: James Baicoianu 
Date:   Sun May 13 22:48:15 2018 -0700

    Removed debug logs

diff --git a/scripts/parts.js b/scripts/parts.js
index 04bfef7be536af11a4d3c9151f7cc8c339433976..
index ..a9814d7b4edaa6a3aaf442d9c0c4cdbf1cf8dc7a 100644
--- 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-----