Skip to content

Commit 64b58cb

Browse files
committed
Write out values to try and debug
Still on #21
1 parent 8cc5748 commit 64b58cb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/options.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const std::filesystem::path& Options::getAbsolutePath()
2424

2525
static const std::filesystem::path data = std::filesystem::absolute(absolute_path);
2626

27+
fmt::print("{}\n", data);
2728
return data;
2829
}
2930

tests/dripline_test.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
#include <catch2/catch.hpp>
66

77
const Limits limits;
8-
const Options options;
9-
108

119
TEST_CASE("Set the line colour", "[DripLine]")
1210
{

0 commit comments

Comments
 (0)