Skip to content

Commit

Permalink
rm debug mod install count
Browse files Browse the repository at this point in the history
  • Loading branch information
mayfield committed Apr 1, 2024
1 parent 208a176 commit 25476fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/mods.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -470,10 +470,7 @@ export async function installPackedMod(id) {
}
eventEmitter.emit('installed-mod', availEntry);
eventEmitter.emit('available-mods-changed', availEntry, available);
debugger;
const resp = await fetch(`https://mod-rank.sauce.llc/edit/${id}/installs`, {method: 'POST'}); // bg okay
console.log(resp, resp.ok, resp.status);
console.log(await resp.text());
fetch(`https://mod-rank.sauce.llc/edit/${id}/installs`, {method: 'POST'}); // bg okay
}
rpc.register(installPackedMod);

Expand Down

0 comments on commit 25476fe

Please sign in to comment.