Skip to content

Commit ffc027e

Browse files
committed
update README.md
1 parent 3927f38 commit ffc027e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,6 @@ Snabble.setup(application, config, object : Snabble.SetupCompletionListener {
8585
// check in to the first shop - you can use CheckInManager if you want
8686
// to use geofencing
8787
Snabble.checkedInShop = project.shops.first()
88-
89-
// this is done on the background and can be done at any time
90-
// a fully downloaded product database allows for scanning products while
91-
// being offline
92-
//
93-
// if the product database is still downloading or you did not call update()
94-
// online request will be used in the mean time
95-
project.productDatabase.update()
9688
}
9789
})
9890
```

0 commit comments

Comments
 (0)