Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Oct 10, 2013
1 parent 8977fbd commit 2ef1eb5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion extensions/firefox/src/data/js/timesuck.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ self.port.on("gotbucket", function(payload) {
buckets.push([payload.x, payload.y / 60.0]);

if (buckets.length == 24) {
console.log(buckets);
$("#graph").plot([{data: buckets, lines: { show: true, steps: true }}], options);
}

Expand Down
2 changes: 0 additions & 2 deletions extensions/firefox/src/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ var track = function() {
incr(month);
incr(day);
incr(hour);

console.log("track");
}

// add a listener to the 'activate' event
Expand Down

0 comments on commit 2ef1eb5

Please sign in to comment.