Skip to content

Commit bd47f99

Browse files
committed
getting started in C9 dev area
1 parent b7cc69b commit bd47f99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

serverLibs/btcLib.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ module.exports = {
2121
//TODO: bring in repeated results from API call and create upper and lower bolinger bands
2222
// for the data and store it along with the initial values in a database for use later.
2323
rateGrabber: function(){
24-
console.log("TESTING MODULE USE HERE");
2524
console.log(this.dataSet);
2625
request('https://blockchain.info/ticker', this.rateCallback.bind(this));
2726
},//end testFunction

0 commit comments

Comments
 (0)