Skip to content

Commit 19fefd7

Browse files
authored
Merge pull request #515 from vteratipally/master
cleanup the log
2 parents b951f24 + 2cb1195 commit 19fefd7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/systemstatsmonitor/system_stats_monitor.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ func NewSystemStatsMonitorOrDie(configPath string) types.Monitor {
7070
glog.Fatalf("Failed to apply configuration for %q: %v", configPath, err)
7171
}
7272

73-
glog.Infof("Error: %v", ssm.config)
74-
7573
err = ssm.config.Validate()
7674
if err != nil {
7775
glog.Fatalf("Failed to validate %s configuration %+v: %v", ssm.configPath, ssm.config, err)

0 commit comments

Comments
 (0)