[Opengeoscience-developers] OpenGeoscience branch, enhance_map_api, updated. e8f1834140920aaebaa19f44f40957a673ba9581
Aashish Chaudhary
aashish.chaudhary at kitware.com
Sat Mar 2 19:33:06 EST 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenGeoscience".
The branch, enhance_map_api has been updated
via e8f1834140920aaebaa19f44f40957a673ba9581 (commit)
from 597c3cb5db990496edbbf33853d68109b2fd2f48 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://public.kitware.com/gitweb?p=OpenGeoscience/opengeoscience.git;a=commitdiff;h=e8f1834140920aaebaa19f44f40957a673ba9581
commit e8f1834140920aaebaa19f44f40957a673ba9581
Author: Aashish Chaudhary <aashish.chaudhary at kitware.com>
AuthorDate: Sat Mar 2 19:32:52 2013 -0500
Commit: Aashish Chaudhary <aashish.chaudhary at kitware.com>
CommitDate: Sat Mar 2 19:32:52 2013 -0500
Removed last bits of debug message
diff --git a/web/lib/vgl/shaderProgram.js b/web/lib/vgl/shaderProgram.js
index dbdb80f..ae5cb1b 100644
--- a/web/lib/vgl/shaderProgram.js
+++ b/web/lib/vgl/shaderProgram.js
@@ -203,9 +203,6 @@ vglModule.shaderProgram = function() {
for ( var i = 0; i < m_uniforms.length; ++i) {
m_uniformNameToLocation[m_uniforms[i].name()] = this
.queryUniformLocation(m_uniforms[i].name());
-
- console.log(m_uniforms[i].name());
- console.log(this.queryUniformLocation(m_uniforms[i].name()));
}
};
-----------------------------------------------------------------------
Summary of changes:
web/lib/vgl/shaderProgram.js | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
hooks/post-receive
--
OpenGeoscience
More information about the Opengeoscience-developers
mailing list