From 3968265131adb2f12dfa80f291069d01df4c341a Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Sat, 9 Jun 2018 12:46:30 -0300 Subject: remove useless say --- lib/Matrix/Client.pm6 | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Matrix/Client.pm6') 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); -- cgit v1.2.3-54-g00ecf