This commit is contained in:
parent
82b627623f
commit
e336fe2eab
2 changed files with 7 additions and 4 deletions
|
|
@ -282,8 +282,6 @@ namespace Crafter {
|
|||
|
||||
const fs::path cacheDir = GetPath() / "cloneCache";
|
||||
|
||||
std::cout << cacheDir << std::endl;
|
||||
|
||||
if (!fs::exists(cacheDir)) {
|
||||
fs::create_directories(cacheDir);
|
||||
}
|
||||
|
|
@ -307,8 +305,6 @@ namespace Crafter {
|
|||
// Update path to the project.json of the dependency
|
||||
path = cacheDir / depFolder / "project.json";
|
||||
}
|
||||
|
||||
std::cout << path << std::endl;
|
||||
|
||||
// Create a Project object for the dependency
|
||||
std::unique_ptr<Project> depProject = std::make_unique<Project>(std::move(path), configName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue