diff --git a/duckdb-pgq b/duckdb-pgq index 925281d0..430336d1 160000 --- a/duckdb-pgq +++ b/duckdb-pgq @@ -1 +1 @@ -Subproject commit 925281d061c48bf620de8171282571fcbad32e36 +Subproject commit 430336d1c5ec74c73eb553ba985a5a31b2073dbc diff --git a/duckpgq/src/duckpgq/operators/path_finding_operator.cpp b/duckpgq/src/duckpgq/operators/path_finding_operator.cpp index 0048545a..b9659817 100644 --- a/duckpgq/src/duckpgq/operators/path_finding_operator.cpp +++ b/duckpgq/src/duckpgq/operators/path_finding_operator.cpp @@ -11,7 +11,6 @@ namespace duckdb { auto right = generator.CreatePlan(std::move(children[1])); auto result = duckdb::make_uniq_base(*this, std::move(left), std::move(right)); - // auto plan = generator.CreatePlan(std::move(children[0])); result->children.emplace_back(std::move(result)); return result; }