Skip to content

Commit 02bbf59

Browse files
wuriyantowuriyanto
authored andcommitted
remove println
1 parent 90f03bd commit 02bbf59

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

notificator.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package tob
22

33
import (
4-
"fmt"
5-
64
"github.com/telkomdev/tob/config"
75

86
"github.com/telkomdev/tob/notificators/discord"
@@ -35,10 +33,7 @@ func InitNotificatorFactory(configs config.Config, verbose bool) []Notificator {
3533
// email notificator
3634
emailNotificator, err := email.NewEmail(configs)
3735
if err != nil {
38-
3936
emailNotificator = nil
40-
fmt.Println("email err, set nil")
41-
fmt.Println(emailNotificator)
4237
}
4338

4439
// slack notificator

0 commit comments

Comments
 (0)