Skip to content

Commit

Permalink
reduce spam a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
hughperkins committed Jun 7, 2017
1 parent 31739d9 commit 33be373
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/shims.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ void Shims::writeCl(std::ostream &os) {
while(written.size() < shimsToBeUsed.size() && attempts < 10) {
for(auto it=shimsToBeUsed.begin(); it != shimsToBeUsed.end(); it++) {
std::string shimName = *it;
std::cout << "write check " << shimName << std::endl;
if(written.find(shimName) != written.end()) {
continue;
}
Expand All @@ -120,7 +119,6 @@ void Shims::writeCl(std::ostream &os) {
for(auto childit=deps.begin(); childit != deps.end(); childit++) {
std::string childName = *childit;
if(written.find(childName) == written.end()) {
std::cout << " missing dep " << childName << std::endl;
writtenDependencies = false;
break;
}
Expand Down

0 comments on commit 33be373

Please sign in to comment.