diff --git a/src/dotfile.cpp b/src/dotfile.cpp index b3d5ced..bdf6aed 100644 --- a/src/dotfile.cpp +++ b/src/dotfile.cpp @@ -124,7 +124,6 @@ void Dotfile::pull(const std::vector& targets) paths[1] = homeFile; }, [](std::string* paths, const std::string& systemFile) { - printf("system file: %s", systemFile.c_str()); // systemFile = /home//dotfiles/ // copy: -> /home//dotfiles/ paths[0] = systemFile.substr(s_workingDirectorySize); @@ -204,7 +203,7 @@ void Dotfile::sync(const std::vector& paths, const std::vector