Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Rewryte committed Nov 11, 2024
1 parent 771b7f2 commit 1f789ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ <h4 id="ModalTitle" class="modal-title"></h4>
SetVisible( "BibleBtn", ( BibleRefCache ) );
VideoUrlCache = YoutubeUrl( InputText );
SetVisible( "YouTubeBtn", ( VideoUrlCache ) );
if ( BibleRefCache ) {console.log( BibliaUrl( BibleRefCache ) );}
};

// Buttons
Expand Down

0 comments on commit 1f789ef

Please sign in to comment.