diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2018-06-09 12:46:30 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2018-06-09 12:46:30 -0300 |
commit | 3968265131adb2f12dfa80f291069d01df4c341a (patch) | |
tree | 2e7490964282d4f4f4cdc19bd61d01c148c8aa5d /lib | |
parent | 35c69734c14e58bc1395816c3c6eef208ee12ebc (diff) | |
download | perl6-matrix-client-3968265131adb2f12dfa80f291069d01df4c341a.tar.gz |
remove useless say
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Matrix/Client.pm6 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Matrix/Client.pm6 b/lib/Matrix/Client.pm6 index 82330af..56be81c 100644 --- a/lib/Matrix/Client.pm6 +++ b/lib/Matrix/Client.pm6 @@ -210,7 +210,6 @@ method run(Int :$sleep = 10, :$sync-filter? --> Supply) { loop { my $sync = $.sync(:$since, :$sync-filter); $since = $sync.next-batch; - say $since; for $sync.invited-rooms -> $info { $s.emit($info); |