mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 12:42:16 +01:00
removing comment
This commit is contained in:
@@ -27,11 +27,12 @@ func main() {
|
|||||||
}
|
}
|
||||||
systemLogger.InfofOp(op, "Gotenberg %s", version)
|
systemLogger.InfofOp(op, "Gotenberg %s", version)
|
||||||
systemLogger.DebugfOp(op, "configuration: %+v", config)
|
systemLogger.DebugfOp(op, "configuration: %+v", config)
|
||||||
// start Google Chrome.
|
if !config.DisableGoogleChrome() {
|
||||||
// TODO kill proc.
|
// start Google Chrome.
|
||||||
_, err = chrome.Start(context.Background(), systemLogger)
|
_, err = chrome.Start(context.Background(), systemLogger)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
systemLogger.FatalOp(op, err)
|
systemLogger.FatalOp(op, err)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// create our API.
|
// create our API.
|
||||||
srv := xhttp.New(config)
|
srv := xhttp.New(config)
|
||||||
|
|||||||
Reference in New Issue
Block a user