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

Commit

Permalink
Bah, remove debugging line.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Mar 12, 2014
1 parent 26f880f commit 8b8c015
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/gistup
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ function openBrowser(id, callback) {
}

function escape(description) {
return description;
return description.replace(/[\u007f-\uffff]/g, function(c) {
return "\\u" + ("0000" + c.charCodeAt(0).toString(16)).slice(-4);
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gistup",
"version": "0.0.11",
"version": "0.0.12",
"description": "Initialize a gist from the command-line.",
"keywords": [
"gist",
Expand Down

0 comments on commit 8b8c015

Please sign in to comment.