Skip to content

Commit

Permalink
fix(querystorage): remove log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Corrêa de Oliveira committed Sep 2, 2024
1 parent 754dc67 commit 2b635f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/QueryStorage.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ multi method add(%tests, \value) {
# TODO: Fix, do not override.
for %tests.pairs.sort.kv -> UInt $i, (:$key, :value($test)) {
$value = $i + 1 == %tests ?? value !! ::?CLASS.new;
note "($key).add: $test.gist(), $value.raku()";
%branches{$key} .= add: $test<>, $value;
%branches := $value.branches if $value ~~ ::?CLASS
}
Expand Down

0 comments on commit 2b635f1

Please sign in to comment.