Thibault bui Koechlin 5 年之前
父節點
當前提交
fdc18f1a71
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      pkg/cwplugin/backend.go

+ 0 - 1
pkg/cwplugin/backend.go

@@ -99,7 +99,6 @@ func NewBackendPlugin(outputConfig map[string]string) (*BackendManager, error) {
 		// Add the interface and Init()
 		// Add the interface and Init()
 		newPlugin.funcs = bInterface
 		newPlugin.funcs = bInterface
 		// Merge backend config from main config file
 		// Merge backend config from main config file
-		// Merge backend config from main config file
 		if v, ok := outputConfig["debug"]; ok {
 		if v, ok := outputConfig["debug"]; ok {
 			newPlugin.Config["debug"] = v
 			newPlugin.Config["debug"] = v
 		} else {
 		} else {