From 266025101e461e2ec4270a7b2f730026f67c7c84 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 21 Dec 2024 20:18:14 +0000 Subject: [PATCH] Remove debugging says --- src/upload.raku | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/upload.raku b/src/upload.raku index 8603a49..4336ff2 100755 --- a/src/upload.raku +++ b/src/upload.raku @@ -43,9 +43,6 @@ sub render-idris-file($idr, $katla-config) { my $katla = run , $katla-config, $source-file, $ttm-file, :out; my $contents = $katla.out.slurp :close; - say $source-file; - say $ttm-file; - say $katla-config; if $katla.exitcode != 0 { say "Katla Error:"; say $contents; @@ -80,11 +77,6 @@ my method render-index(%index:) { # TODO sort these properly my @elements = []; for %index.keys -> $key { - say ""; - say $key; - say %index{$key} ~~ Str; - say %index{$key}; - say ""; given %index{$key} { when Str { my $x = $_;