Skip to content

Commit 3c9f6f8

Browse files
committed
dropbox: lol this is the default behavior
1 parent 16852ab commit 3c9f6f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/dropbox/longpoll.go

-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99

1010
// Longpoll signals changes in dir by sending on ch.
1111
func (db Client) Longpoll(ctx context.Context, dir string, ch chan<- struct{}) {
12-
OUTER:
1312
for {
1413
res, err := db.ListFolder(ListFolderParams{
1514
Path: dir,
@@ -56,6 +55,5 @@ OUTER:
5655
break
5756
}
5857
}
59-
continue OUTER
6058
}
6159
}

0 commit comments

Comments
 (0)