diff --git a/owa_coreAPI.php b/owa_coreAPI.php index 8fbb4a9a..84e54df7 100644 --- a/owa_coreAPI.php +++ b/owa_coreAPI.php @@ -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; } }