Skip to content

Commit 7151ac3

Browse files
committed
Remove a left over log call
1 parent a0c1641 commit 7151ac3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/garden.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ $(document).ready(function() {
4040
}
4141

4242
function highlightSection() {
43-
console.log('foo');
4443
var offset = $(window).scrollTop();
4544
var id = articles[0][1];
4645
for(var i = 0, l = articles.length; i < l; i++) {

0 commit comments

Comments
 (0)