Skip to content

Commit

Permalink
Testing github cmake build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio3rs committed Jan 13, 2024
1 parent 1283686 commit 3fc621b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_jobs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ OtherPrintJob::OtherPrintJob(const Poco::JSON::Object::Ptr &inputdata)
void OtherPrintJob::handle() {
jobrunned = true;
if (!data.isNull()) {
data->stringify(std::cout, JSON_INDENT);
std::cout << std::endl;
std::cout << PocoJsonStringify::JsonToString(data) << std::endl;
} else {
std::cout << "PrintJob data is null" << std::endl;
}
Expand Down

0 comments on commit 3fc621b

Please sign in to comment.