Skip to content

Commit 08c5244

Browse files
committed
Remove needless #initialize
1 parent a6aeea2 commit 08c5244

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/fluent/plugin/out_azure-loganalytics.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ class AzureLogAnalyticsOutput < Output
1212

1313
DEFAULT_BUFFER_TYPE = "memory"
1414

15-
def initialize
16-
super
17-
end
18-
1915
config_param :customer_id, :string,
2016
:desc => "Your Operations Management Suite workspace ID"
2117
config_param :shared_key, :string, :secret => true,

0 commit comments

Comments
 (0)