Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtoombs committed Jun 19, 2024
1 parent 7a8b0f3 commit b4dcc20
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const MyMinisterSettings: React.FC = () => {
return;
}
const baseProfile = impersonate ?? profile;
console.log('baseProfile', baseProfile);
const createUser = (): ISubscriberUserModel => {
// use impersonate if it exists, otherwise use profile
return {
Expand Down

0 comments on commit b4dcc20

Please sign in to comment.