Skip to content

Commit

Permalink
Remove ASFEnhance exception error
Browse files Browse the repository at this point in the history
  • Loading branch information
Citrinate committed Mar 9, 2024
1 parent 2e89b5f commit 2cf496a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FreePackages/AdapterBridge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ public static bool InitAdapter(string pluginName, string pluginId, string? cmdPr
}
}
}
} catch (Exception ex) {
ASF.ArchiLogger.LogGenericException(ex, "Community with ASFEnhance failed");
} catch (Exception) {
ASF.ArchiLogger.LogGenericDebug("Could not find ASFEnhance plugin");
}

return false;
Expand Down

0 comments on commit 2cf496a

Please sign in to comment.