Skip to content

Commit 39e123b

Browse files
committed
Delete nested dir copy; Stop unnecessary logging
1 parent 5dcf633 commit 39e123b

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

javascript-tutorial

Lines changed: 0 additions & 1 deletion
This file was deleted.

scripts/main.js

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

1414
// This next line means 'run this function when the #next element is clicked'
1515
$("#next").click(function() {
16-
console.log(curr_page);
1716
// If on the last page, do nothing
1817
if(curr_page === 8)
1918
return;

0 commit comments

Comments
 (0)