Skip to content

Commit 3de78ef

Browse files
committed
remove extra prints
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent 411907b commit 3de78ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

assets/js/application.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,8 @@ excluded_in_search: true
227227
return fetch("{{ site.baseurl }}/search/search_index.json", {
228228
credentials: "same-origin"
229229
}).then(function(e) {
230-
console.log(e);
231230
return e.json()
232231
}).then(function(e) {
233-
console.log(e);
234232
return e.docs.map(function(e) {
235233
return e.location = t.url.base + e.location, e
236234
})
@@ -2763,9 +2761,6 @@ excluded_in_search: true
27632761
r(this, t);
27642762
var o = i(this, e.call(this, n)),
27652763
a = /^.+github\.com\/([^\/]+)\/?([^\/]+)?.*$/.exec(o.base_);
2766-
console.log("GitHub regexp is");
2767-
console.log(a);
2768-
console.log(a.length);
27692764
if (a && 3 === a.length) {
27702765
var s = a[1],
27712766
c = a[2];

0 commit comments

Comments
 (0)