Skip to content

Commit f53635e

Browse files
Mark JessopMark Jessop
authored andcommitted
Remove unneeded console.log
1 parent 998449e commit f53635e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/sondehub.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@ function recoveryPopup(){
15351535

15361536
// If we're here, then we either don't have a valid viewer location,
15371537
// Or the viewer is within 500km. Show the popup.
1538-
console.log("Triggering Recovery Popup.")
1538+
//console.log("Triggering Recovery Popup.")
15391539
document.getElementById("recovery_notice").style.display = "block";
15401540
// Don't re-activate the popup again
15411541
recovery_popup = false;
@@ -1549,7 +1549,7 @@ function show_recoveries(){
15491549
if ($("#recoveriesbox").is(':visible') == false){
15501550
$('.nav .recoveries').click();
15511551
}
1552-
1552+
15531553
document.getElementById("recovery_notice").style.display = "none";
15541554
recovery_popup = false;
15551555
}

0 commit comments

Comments
 (0)