Skip to content

Commit

Permalink
Remove some debug
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Jan 28, 2024
1 parent 240326c commit ab67ba4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions userscript/src/coh3-replay-manager-go.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,11 @@ const addPlayButtons = () => {

playButton.addEventListener('click', e => {
e.preventDefault();
console.log('Play clicked');
window.location.href = `coh3-replay-manager-go://play/${replayId}/v/${gameVersion}`;
});

downloadButton.addEventListener('click', e => {
e.preventDefault();
console.log('Download clicked');
window.location.href = `coh3-replay-manager-go://download/${replayId}/v/${gameVersion}`;
});

Expand Down

0 comments on commit ab67ba4

Please sign in to comment.