Updated Easy::Context. Removed superfluous debug messages.

This commit is contained in:
tastytea 2019-05-10 20:23:34 +02:00
parent 81d2f923b1
commit fb689bcac0
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 4 deletions

View File

@ -42,7 +42,6 @@ const std::vector<Easy::Status> Context::ancestors() const
return vec;
}
ttdebug << "Could not get data: ancestors\n";
return {};
}
@ -58,6 +57,5 @@ const std::vector<Easy::Status> Context::descendants() const
return vec;
}
ttdebug << "Could not get data: descendants\n";
return {};
}