Commit a9159fb4 authored by Deployer's avatar Deployer

Removed an unnecessary console.log

parent 477bf866
......@@ -58,7 +58,6 @@ module.exports = function (options) {
url += '&' + qs;
}
console.log(url);
var img = document.createElement('img');
img.setAttribute('src', url);
img.setAttribute('alt', options.alttext);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment