Skip to content

Commit fb3988b

Browse files
committed
Eliminates debug code
1 parent 264a20a commit fb3988b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Pod/Htmlify.pm6

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ sub rewrite-url($s) is export {
8080
}
8181
# If it's got some dot, add .html too.
8282
if !$r.contains('#') && !$r.ends-with('.html') && ( $r.match: / '/.' / ) {
83-
say $r;
8483
$r ~= '.html';
8584
}
8685
return %cache{$s} = $r;

0 commit comments

Comments
 (0)