Skip to content

Commit

Permalink
fix: resolve #623
Browse files Browse the repository at this point in the history
code cleanup
  • Loading branch information
akornich committed Mar 14, 2022
1 parent e636f0d commit 6ddf15b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Rollbar/RollbarInfrastructure.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ public sealed class RollbarInfrastructure

private readonly object _syncLock = new object();

//private bool _initializedOnce = false;

private IRollbarInfrastructureConfig? _config;

private readonly Lazy<RollbarQueueController> _lazyQueueController =
Expand Down Expand Up @@ -192,8 +190,6 @@ public void Init(IRollbarInfrastructureConfig config)
}
catch(Exception ex)
{
//this._initializedOnce = false;

throw new RollbarException(
InternalRollbarError.InfrastructureError,
"Exception while initializing the internal services!",
Expand Down

0 comments on commit 6ddf15b

Please sign in to comment.