Skip to content

Commit

Permalink
Merge pull request #8 from bugfender/bugfix/remove-debug-statement
Browse files Browse the repository at this point in the history
remove debug statement (fixes #7)
  • Loading branch information
jgimenez authored Feb 6, 2025
2 parents cfe0f65 + 08eb13e commit 7f5c457
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Runtime/Bugfender.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ public static void Log(string message)

public static void Log(LogLevel logLevel, string tag, string message)
{
Debug.Log("[BF] TESTING: Sending log to Bugfender: [" + logLevel + "][" + tag + "] " + message);
#if UNITY_ANDROID && !UNITY_EDITOR
if (bugfender != null) {
AndroidJavaClass levelClass = new AndroidJavaClass ("com.bugfender.sdk.LogLevel");
Expand Down

0 comments on commit 7f5c457

Please sign in to comment.