Skip to content

Commit

Permalink
remove logs from cherrypick
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusongit committed Mar 22, 2024
1 parent 17ec173 commit e2b437c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DynamoCore/Core/IDSDKManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Diagnostics;
using Autodesk.IDSDK;
using Dynamo.Configuration;
using Dynamo.Logging;
using DynamoServices;
using Greg;
using Greg.AuthProviders;
Expand Down Expand Up @@ -238,12 +239,10 @@ private bool Initialize()
}
}
}
DynamoConsoleLogger.OnLogMessageToDynamoConsole("Auth Service (IDSDK) could not be initialized!");
return false;
}
catch (Exception)
{
DynamoConsoleLogger.OnLogMessageToDynamoConsole("An error occurred while initializing Auth Service (IDSDK).");
return false;
}
}
Expand Down

0 comments on commit e2b437c

Please sign in to comment.