mirror of
https://github.com/archtechx/todo-system.git
synced 2025-12-12 00:54:03 +00:00
remove dbg statement
This commit is contained in:
parent
ea399a9c3b
commit
ffd29a34ec
1 changed files with 0 additions and 1 deletions
|
|
@ -109,7 +109,6 @@ pub fn add_excludes_from_gitignore(base_dir: &PathBuf, excludes: &mut Vec<PathBu
|
||||||
for line in std::fs::read_to_string(gitignore).unwrap().lines() {
|
for line in std::fs::read_to_string(gitignore).unwrap().lines() {
|
||||||
if line.trim() == "*" {
|
if line.trim() == "*" {
|
||||||
if let Ok(realpath) = canonicalize(&base_dir) {
|
if let Ok(realpath) = canonicalize(&base_dir) {
|
||||||
dbg!(&realpath);
|
|
||||||
excludes.push(realpath);
|
excludes.push(realpath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue