From 0b97aff866686b43ea8b95aeb0f29ac3abe46840 Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Tue, 26 Jul 2016 12:31:11 +0600 Subject: CLOUD: Minor TODO fix --- backends/cloud/box/boxstorage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/cloud/box/boxstorage.cpp') diff --git a/backends/cloud/box/boxstorage.cpp b/backends/cloud/box/boxstorage.cpp index 58a2541a74..7d67ba1676 100644 --- a/backends/cloud/box/boxstorage.cpp +++ b/backends/cloud/box/boxstorage.cpp @@ -47,7 +47,7 @@ namespace Box { #define BOX_API_USERS_ME "https://api.box.com/2.0/users/me" char *BoxStorage::KEY = nullptr; //can't use CloudConfig there yet, loading it on instance creation/auth -char *BoxStorage::SECRET = nullptr; //TODO: hide these secrets somehow +char *BoxStorage::SECRET = nullptr; void BoxStorage::loadKeyAndSecret() { #ifdef ENABLE_RELEASE -- cgit v1.2.3