Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimenpsyonal authored Aug 27, 2024
1 parent 2316abb commit 9548c4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MainModule/Server/Core/Logs.luau
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ return function(Vargs, GetEnv)
table.insert(auditLogs, log)
end
end
print("Retrieved logs for userId:", playerId, "Count:", #auditLogs)
return auditLogs
end;

Expand Down Expand Up @@ -219,4 +218,4 @@ return function(Vargs, GetEnv)
};

Logs = Logs
end
end

0 comments on commit 9548c4d

Please sign in to comment.