Skip to content

Commit

Permalink
adding debug for not logging named users.
Browse files Browse the repository at this point in the history
  • Loading branch information
padams committed Nov 10, 2021
1 parent 9decec4 commit 8b86e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owa_coreAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ public static function logEvent( $event_type, $message = '') {
$cu_user_id = $cu->getUserData('user_id');

if( ! empty( $cu_user_id ) ) {

owa_coreAPI::debug("Not logging named user.");
return false;
}
}
Expand Down

0 comments on commit 8b86e05

Please sign in to comment.