Removed unwanted debug output.
This commit is contained in:
parent
de648fbb1d
commit
df2359712f
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
namespace fs = std::experimental::filesystem;
|
namespace fs = std::experimental::filesystem;
|
||||||
|
|
||||||
const pddl::Context::WarningCallback ignoreWarnings = [](const auto &, const auto &warning){std::cout << warning << std::endl;};
|
const pddl::Context::WarningCallback ignoreWarnings = [](const auto &, const auto &){};
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
namespace fs = std::experimental::filesystem;
|
namespace fs = std::experimental::filesystem;
|
||||||
|
|
||||||
const pddl::Context::WarningCallback ignoreWarnings = [](const auto &, const auto &warning){std::cout << warning << std::endl;};
|
const pddl::Context::WarningCallback ignoreWarnings = [](const auto &, const auto &){};
|
||||||
const auto pddlInstanceBasePath = fs::path("data") / "pddl-instances";
|
const auto pddlInstanceBasePath = fs::path("data") / "pddl-instances";
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user