Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
656ff6f3
Commit
656ff6f3
authored
Oct 26, 2016
by
xuehui
Committed by
GitHub
Oct 26, 2016
Browse files
Update log.h
parent
d3657628
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
include/LightGBM/utils/log.h
include/LightGBM/utils/log.h
+2
-5
No files found.
include/LightGBM/utils/log.h
View file @
656ff6f3
...
...
@@ -85,10 +85,7 @@ private:
// a trick to use static variable in header file.
// May be not good, but avoid to use an additional cpp file
static
LogLevel
&
GetLevel
()
{
static
LogLevel
level
;
return
level
;
};
static
LogLevel
&
GetLevel
()
{
static
LogLevel
level
;
return
level
;
}
};
...
...
Write
Preview
Markdown
is supported
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