summaryrefslogtreecommitdiff
path: root/src/build.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/build.cc')
-rw-r--r--src/build.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/build.cc b/src/build.cc
index 425ccd3..777f5e8 100644
--- a/src/build.cc
+++ b/src/build.cc
@@ -152,7 +152,6 @@ int build(const Settings& settings,
{
if(task->name() == name || task->target() == name)
{
- std::cout << name << "\n";
task_found = true;
auto depSet = getDepTasks(task);
@@ -195,7 +194,6 @@ int build(const Settings& settings,
if(task->name() == target.config.target ||
task->target() == target.config.target)
{
- std::cout << target.config.target << "\n";
task_found = true;
auto depSet = getDepTasks(task);