Remove logs that aren't helpful for prod
This commit is contained in:
parent
c6161dd312
commit
21b9cf5b2d
4 changed files with 0 additions and 5 deletions
|
|
@ -31,7 +31,6 @@ export function determinePrivacyFromRollMode(rollMode) {
|
|||
* @returns The filtered rows
|
||||
*/
|
||||
export function filterPrivateRows(rows, userID, privacies) {
|
||||
console.log({rows, userID, privacies});
|
||||
const filtered = [];
|
||||
|
||||
const isMe = userID === game.user.id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue