Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtoups committed Aug 26, 2021
1 parent 5b2a129 commit d66970b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/components/natalForm/natalForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ define([
self[name] = ko.observable();
});
self.scrollToTop = () => {
console.log("scrollin' baby");
window.scrollTo(0,0);
}

Expand Down

0 comments on commit d66970b

Please sign in to comment.