[Scummvm-git-logs] scummvm-sites multiplayer -> 09f319b16520ff7aea5aeb9d9eaca1877c37fc79

LittleToonCat noreply at scummvm.org
Wed Oct 25 05:37:42 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-sites' repo located at https://github.com/scummvm/scummvm-sites .

Summary:
09f319b165 MULTIPLAYER: Remove accidental debug print.


Commit: 09f319b16520ff7aea5aeb9d9eaca1877c37fc79
    https://github.com/scummvm/scummvm-sites/commit/09f319b16520ff7aea5aeb9d9eaca1877c37fc79
Author: Little Cat (toontownlittlecat at gmail.com)
Date: 2023-10-25T02:37:34-03:00

Commit Message:
MULTIPLAYER: Remove accidental debug print.

Changed paths:
    lobby/net/DatabaseMessages.js


diff --git a/lobby/net/DatabaseMessages.js b/lobby/net/DatabaseMessages.js
index 8fa09a8..e6d7370 100644
--- a/lobby/net/DatabaseMessages.js
+++ b/lobby/net/DatabaseMessages.js
@@ -262,7 +262,6 @@ server.handleMessage("game_results", async (client, args) => {
             // We have not gotten the final results for the opponent yet, return and wait.
             return;
         }
-        console.log(results, opponentResults)
 
         const [changedStats, opponentChangedStats] = await Stats.CalculateStats[client.game](resultsUserId, results, opponentId, opponentResults);
         logEvent('updated_stats', client, args.version, {'resultsUserId': resultsUserId, 'stats': changedStats, 'rawStats': Object.values(changedStats), 'opponentId': opponentId, 'opponentStats': opponentChangedStats, 'rawOpponentStats': Object.values(opponentChangedStats)});




More information about the Scummvm-git-logs mailing list