Skip to content

Commit ebb3480

Browse files
committed
fix: logging errors
1 parent 213b2c8 commit ebb3480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ namespace ada::helpers {
124124

125125

126126
ada_really_inline bool parse_prepared_path(std::string_view input, ada::scheme::type type, std::string& path) {
127-
ada_log("parse_path ", input, " url: ", to_string());
127+
ada_log("parse_path ", input);
128128
uint8_t accumulator = checkers::path_signature(input);
129129
// Let us first detect a trivial case.
130130
// If it is special, we check that we have no dot, no %, no \ and no

0 commit comments

Comments
 (0)