diff --git a/implementations/Crafter.Build-Command.cpp b/implementations/Crafter.Build-Command.cpp index 2543d64..bd41330 100644 --- a/implementations/Crafter.Build-Command.cpp +++ b/implementations/Crafter.Build-Command.cpp @@ -109,7 +109,6 @@ namespace Crafter { throw std::runtime_error("Failed to get executable path"); } path[length] = '\0'; - std::cout << path << std::endl; return fs::path(path).parent_path().parent_path(); } diff --git a/implementations/Crafter.Build-Project.cpp b/implementations/Crafter.Build-Project.cpp index ee57e14..13ca7e3 100644 --- a/implementations/Crafter.Build-Project.cpp +++ b/implementations/Crafter.Build-Project.cpp @@ -241,7 +241,6 @@ namespace Crafter { fs::path exeDir = GetPath(); BuildStdPcm(*this, config); - std::cout << "after std" << std::endl; std::string editedTarget = config.target; std::replace(editedTarget.begin(), editedTarget.end(), '-', '_');