Browse Source

Back to past

Denis V. Dedkov 9 năm trước cách đây
mục cha
commit
964aa84a15
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      noolite-cli.go

+ 0 - 3
noolite-cli.go

@@ -22,9 +22,6 @@ func sendCommand(command string, channel, value, r, g, b int) error {
 	n, err := noolite.DefaultNooliteAdapter()
 
 	if err != nil {
-		if n != nil {
-			n.Close()
-		}
 		return err
 	}