[yt-svn] commit/yt: MatthewTurk: Removing superfluous console.log.

Bitbucket commits-noreply at bitbucket.org
Wed Jun 27 07:27:25 PDT 2012


1 new commit in yt:


https://bitbucket.org/yt_analysis/yt/changeset/e2afbd171d50/
changeset:   e2afbd171d50
branch:      yt
user:        MatthewTurk
date:        2012-06-27 16:27:14
summary:     Removing superfluous console.log.
affected #:  1 file

diff -r 25473ad24e29690540a59542be71a8231ad08dd8 -r e2afbd171d502ed7fac46b9e73d01e133dd90cac yt/gui/reason/html/app/controller/widgets/Scene.js
--- a/yt/gui/reason/html/app/controller/widgets/Scene.js
+++ b/yt/gui/reason/html/app/controller/widgets/Scene.js
@@ -277,7 +277,6 @@
 
     updateCameraPosition: function(b, e) {
         v = this.getCameraPathSlider().getValue();
-        console.log(v);
         rec = this.pathElements.data.items[v].data;
         this.renderer.camera.position = rec.position;
         this.renderer.camera.focus = rec.focus;

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list