1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-26 13:48:53 +08:00

Remove print of config

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
Drasko DRASKOVIC 2016-10-02 22:57:06 +02:00
parent 551172ed0a
commit d38b125fb7

View File

@ -53,6 +53,4 @@ func (cfg *Config) Parse() {
// handle error
fmt.Println("Error parsing Toml")
}
fmt.Println(cfg)
}