Skip to content

Commit 7903339

Browse files
authored
Merge pull request circleci#4538 from circleci/teesloane-patch-2
Clean: log statement.
2 parents a95d6c1 + aec5578 commit 7903339

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jekyll/assets/js/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ function renderTabbedHtml() {
105105
var tabData = {};
106106
// Turns __ into `.` in tab names useful for turning say `config_2__1` into `config 2.1`
107107
var deSlugTabName = function(name) {
108-
console.log("about to deslug", name.replace(/__/g, ".").replace(/_/g, " "))
109108
return name.replace(/__/g, ".").replace(/_/g, " ");
110109
}
111110

0 commit comments

Comments
 (0)