Skip to content

Commit

Permalink
You got your debug text in my production environment again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonhasacat committed Mar 29, 2024
1 parent 66ee29a commit eeb579f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Helpers/ACLFlags.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public function __construct($user = null)
$this->instructorFacilities[] = $role->facility;
}
}
Log::debug(sprintf("Calculated ACL flags for %d - %s", $user->cid, var_export($this, true)));
}

public function isVATUSAStaff(): bool
Expand Down

0 comments on commit eeb579f

Please sign in to comment.