Navigation Menu

Skip to content

Commit

Permalink
removed console debug statement, noted during review
Browse files Browse the repository at this point in the history
  • Loading branch information
John Piekos committed May 31, 2012
1 parent acc0232 commit a546bbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/frontend/org/voltdb/studio/js/voltdb.js
Expand Up @@ -352,8 +352,6 @@ var IVoltDB = (function(){
// make the procedure callable.
connection.Procedures[procName] = {};
connection.Procedures[procName]['' + connTypeParams.length] = connTypeParams;
if (procName == "GetStateHeatmap")
console.log(procName + " params: " + connection.Procedures[procName]);
}

var childConnectionQueue = connection.getQueue();
Expand Down

0 comments on commit a546bbd

Please sign in to comment.