Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dhtnet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
dhtnet
Commits
ce8390ef
Commit
ce8390ef
authored
1 year ago
by
Sébastien Blin
Committed by
Adrien Béraud
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
misc: remove debug log
Change-Id: Iadcbe96481a46fe7cb618d815756712360fd5287
parent
5792825a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/fileutils.cpp
+0
-1
0 additions, 1 deletion
src/fileutils.cpp
with
0 additions
and
1 deletion
src/fileutils.cpp
+
0
−
1
View file @
ce8390ef
...
...
@@ -64,7 +64,6 @@ namespace fileutils {
bool
check_dir
(
const
std
::
filesystem
::
path
&
path
,
mode_t
dirmode
,
mode_t
parentmode
)
{
fmt
::
print
(
"check_dir: {}
\n
"
,
path
.
string
());
if
(
std
::
filesystem
::
exists
(
path
))
return
true
;
if
(
path
.
has_parent_path
())
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment