Skip to content

Commit

Permalink
chore: remove unnecessary logging
Browse files Browse the repository at this point in the history
These logs were making developers confused that errors where being
thrown, when in reality most of the time that wasnt the case.
  • Loading branch information
CassiusPacheco committed Oct 4, 2023
1 parent b4d0f33 commit 55287dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Packages/Passport/Runtime/Scripts/Private/PassportImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,6 @@ private void OnPostMessageError(string id, string message)
}
return;
}

Debug.Log($"{TAG} Unhandled onPostMessageError. id: {id} message: {message}");
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ private static void delegateMessageReceived(string key, string message) {
}
return;
}

Debug.Log($"{TAG} delegateMessageReceived unsupported key " + key);
}
#endif

Expand Down

0 comments on commit 55287dc

Please sign in to comment.