diff --git a/html5validator.user.js b/html5validator.user.js index 5ed16c4..cb30a85 100644 --- a/html5validator.user.js +++ b/html5validator.user.js @@ -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,