diff options
author | Matias Linares <matiaslina@gmail.com> | 2019-06-05 00:33:51 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2019-06-05 00:34:09 -0300 |
commit | 6f12086338bcb4fefbef374710449f364a2faf0f (patch) | |
tree | 709e45b542121c63324fc69bc11ec4a5c07a255b /scripts | |
parent | ecf602241f38552132e16d44a8871232b23f2b1e (diff) | |
download | perl6-matrix-client-6f12086338bcb4fefbef374710449f364a2faf0f.tar.gz |
Remove debug information
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/load-docs.p6 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/load-docs.p6 b/scripts/load-docs.p6 index c6736d7..b20dd86 100755 --- a/scripts/load-docs.p6 +++ b/scripts/load-docs.p6 @@ -39,7 +39,6 @@ sub MAIN(:$spec?) { { quietly try { .WHY.Str } or "" }).grep(/_matrix/).SetHash; - .say for $implemented-methods; say q:to/EOF/; # List of implemented endpoints |