aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Matrix/Client.pm61
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);