Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Geithner, Thomas
desk-control
Commits
c142a992
Commit
c142a992
authored
Oct 11, 2017
by
Geithner, Thomas
Browse files
disabled debug output
parent
de67f863
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config.cpp
View file @
c142a992
...
...
@@ -34,7 +34,7 @@ Config::readFile()
while
(
!
in
.
eof
()
&&
!
in
.
fail
()){
getline
(
in
,
line
);
cout
<<
__func__
<<
": got line
\"
"
<<
line
<<
"
\"
"
<<
endl
;
//
cout << __func__ << ": got line \"" << line << "\"" << endl;
if
(
line
.
empty
()){
continue
;
...
...
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