Skip to content

Commit

Permalink
console.logのこってた
Browse files Browse the repository at this point in the history
  • Loading branch information
hokaccha committed Mar 10, 2010
1 parent dc13046 commit ce59293
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions html5validator.user.js
Expand Up @@ -15,10 +15,6 @@ var execute_validate = function() {
url: location.href,
onload: function(res) {
var boundary = get_boundary();
console.log(get_post_data(boundary, {
out: 'json',
content: res.responseText,
}));
GM_xmlhttpRequest({
method: 'POST',
url: validator_url,
Expand Down

0 comments on commit ce59293

Please sign in to comment.