Skip to content

Commit

Permalink
remove leftover log
Browse files Browse the repository at this point in the history
  • Loading branch information
keifufu committed Jun 26, 2023
1 parent be2790c commit efa12c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/WNPReduxAdapterLibraryExtensions/WNPReduxNative.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ static async void OnMessageHook(string message)
string type = parts[0];
string data = parts.Length > 1 ? parts[1] : "";

WNPRedux.Log(LogType.Warning, data);

switch (type)
{
case "TRY_SET_STATE":
Expand Down

0 comments on commit efa12c4

Please sign in to comment.