Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
zaach committed Jul 2, 2012
1 parent cc3846d commit 58141a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jsxgettext.js
Expand Up @@ -60,7 +60,6 @@ function gen (source, filename) {

// generate extracted strings file from EJS
function genEJS (ejsSource, filename) {
ejsSource = ejsSource || "<h1>\n\n\n<%=var a;\n//test\ngettext('Last step!')/* blah */ %></h1>";
var source = parseEJS(ejsSource);

return gen(source, filename);
Expand Down

0 comments on commit 58141a1

Please sign in to comment.