Skip to content

Commit dd38186

Browse files
committed
fix: adjust logs and command handling
1 parent e69ea69 commit dd38186

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

cmd/rewst_remote_agent/main.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,6 @@ func main() {
5757
return
5858
}
5959

60-
// Show header
61-
log.Println("Version:", version.Version)
62-
log.Println("Running on:", runtime.GOOS)
63-
64-
// Validate command-line arguments
65-
if len(configFilePath) == 0 {
66-
log.Println("Missing config-file parameter")
67-
return
68-
}
69-
7060
// Load the configuration file
7161
device := agent.Device{}
7262
err := device.Load(configFilePath)

0 commit comments

Comments
 (0)