Skip to content

Commit 4da89d5

Browse files
committed
remove debug
1 parent 8ec9ae5 commit 4da89d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/v-list-fs-directory

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ fi
4040
# Listing directory
4141
sudo -u $user find "$path" -maxdepth 1 \
4242
-printf "%y|%m|%TY-%Tm-%Td|%TH:%TM|%u|%g|%s|%P\n" 2>/dev/null
43-
# -printf "%y|%m|%TY-%Tm-%Td|%TH:%TM:%TS|%u|%g|%s|%P\n" 2>/dev/null
4443

4544
# Exiting
4645
exit $?

0 commit comments

Comments
 (0)