Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
Removed an errant console.log in common.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Sep 6, 2010
1 parent 6299fcd commit 1309579
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions static/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,6 @@ stashboard.fillIndex = function() {
url += "?start=" + stashboard.rfc1123(startDate);
url += "&end=" + stashboard.rfc1123(endDate);

console.log(url);

$.ajax({
type: "GET",
url: url,
Expand Down

0 comments on commit 1309579

Please sign in to comment.