Skip to content

Commit b4ee5ed

Browse files
committed
clean up console.log statements
1 parent e2e18af commit b4ee5ed

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

dist/app.js

-2
Original file line numberDiff line numberDiff line change
@@ -1463,9 +1463,7 @@ var LinkSummary = (function () {
14631463
};
14641464

14651465
var getRedGifsIDfromURL = function getRedGifsIDfromURL(url) {
1466-
console.log(url);
14671466
var matching = url.match(/redgifs.com\/(?:(?:ifr|watch)\/)(\w+)/i);
1468-
console.log(matching);
14691467
if (!matching) {
14701468
return '';
14711469
} else {

0 commit comments

Comments
 (0)