mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-23 05:56:10 +08:00
removed no pb logging
This commit is contained in:
parent
fefaf84fca
commit
efcc2cd3a8
1 changed files with 0 additions and 2 deletions
|
@ -238,8 +238,6 @@ class ResultController {
|
|||
|
||||
if (isPb) {
|
||||
Logger.log("result_saved_pb", addedResult.insertedId, uid);
|
||||
} else {
|
||||
Logger.log("result_saved_nopb", addedResult.insertedId, uid);
|
||||
}
|
||||
|
||||
return res.status(200).json({
|
||||
|
|
Loading…
Add table
Reference in a new issue