Skip to content

Commit ba6591d

Browse files
authored
Merge pull request #14 from bit-docs/remove-log
Remove console log
2 parents 6521d98 + ec3ee67 commit ba6591d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/make_default_helpers.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,7 @@ module.exports = function(docMap, config, getCurrent, Handlebars){
297297
}
298298
if (!attrs.title) {
299299
var linkTitle = docObject.description || name;
300-
attrs.title = stripMarkdown(linkTitle);
301-
console.log('doing this for ', name);
300+
attrs.title = stripMarkdown(linkTitle);
302301
}
303302
var attrsArr = [];
304303
for(var prop in attrs){

0 commit comments

Comments
 (0)