From ac7341327c42cfdc5b853072497d25680646e559 Mon Sep 17 00:00:00 2001 From: Moxiegirl Date: Fri, 18 Oct 2019 10:35:17 -0700 Subject: [PATCH] Update collections.md --- _develop/collections.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_develop/collections.md b/_develop/collections.md index c8462d7f..416e1953 100644 --- a/_develop/collections.md +++ b/_develop/collections.md @@ -151,8 +151,6 @@ In this section, you learn how to add `Contact` collection functionality to an e userSession.redirectToSignIn() ``` - {% include note.html content="This example enables the custom Gaia hub selection prompt to point at the pre-release hub that has collections features enabled." %} - ## Collection storage operations Collection storage was designed around an ORM-like interface. This approach ensures that you’ll be working with typed objects instead of the `getFile`, `putFile` functions provided by blockstack.js.