Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
id
auth
Commits
f4a6a804
Commit
f4a6a804
authored
Dec 15, 2017
by
ale
Browse files
Remove useless debug logging
parent
62ccd5a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/authserver.go
View file @
f4a6a804
...
...
@@ -295,7 +295,6 @@ func LoadConfig(path string) (*Config, error) {
if
err
:=
yaml
.
Unmarshal
(
data
,
&
config
);
err
!=
nil
{
return
nil
,
err
}
log
.
Printf
(
"configuration: %+v"
,
config
)
if
err
:=
config
.
compile
();
err
!=
nil
{
return
nil
,
err
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment