We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cc69b commit bd47f99Copy full SHA for bd47f99
serverLibs/btcLib.js
@@ -21,7 +21,6 @@ module.exports = {
21
//TODO: bring in repeated results from API call and create upper and lower bolinger bands
22
// for the data and store it along with the initial values in a database for use later.
23
rateGrabber: function(){
24
- console.log("TESTING MODULE USE HERE");
25
console.log(this.dataSet);
26
request('https://blockchain.info/ticker', this.rateCallback.bind(this));
27
},//end testFunction
0 commit comments