Skip to content

Commit

Permalink
removing console statement
Browse files Browse the repository at this point in the history
  • Loading branch information
chrhicks committed Oct 16, 2011
1 parent 971c2ad commit 54689da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cookie-storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
};

set = function (name, value) {
console.debug('cookie.set= ' + escape(name) + "=" + value + ";path=/");
document.cookie = escape(name) + "=" + value + ";path=/";
};

Expand Down

0 comments on commit 54689da

Please sign in to comment.