repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 0bef132544d0c9e574e5183bb8744de97b8fa6ae:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 0bef132544d0c9e574e5183bb8744de97b8fa6ae
Author: James Baicoianu 
Date:   Fri May 6 00:58:41 2016 -0700

    Removed debug logs

diff --git a/scripts/object.js b/scripts/object.js
index 8e5ed9d23e3907ad93427f72a851dc28d5f06da7..
index ..a8d7ac839b3df06c040dad469a5e19a0f08a77d9 100644
--- a/scripts/object.js
+++ b/scripts/object.js
@@ -80,7 +80,7 @@ elation.require(['janusweb.janusbase'], function() {
       }
     }
     this.assignTextures = function() {
-console.log('assign textures', this.name, this);
+      //console.log('assign textures', this.name, this);
       var modelasset = false,
           texture = false,
           color = false,
@@ -163,7 +163,6 @@ console.log('assign textures', this.name, this);
             }
             if (m.map && m.map.image) {
               if (m.map.image instanceof HTMLCanvasElement) {
-console.log('go canvas');
                 // FIXME - don't think this works
                 hasalpha[m.map.image.src] = this.canvasHasAlpha(m.map.image);
                 if (hasalpha[m.map.image.src]) {
@@ -176,7 +175,6 @@ console.log('go canvas');
                 // If it does, set the proper material parameters
                 elation.events.add(m.map.image, 'load', elation.bind(this, function(ev) {
                   if (typeof hasalpha[ev.target.src] == 'undefined') {
-    console.log('CHECK IT?', m.map.image.src);
                     var canvas = document.createElement('canvas');
                     canvas.width = m.map.image.width;
                     canvas.height = m.map.image.height;

-----END OF PAGE-----