Remove obsolete comment

libweave is not responsible of storing this data.

Change-Id: Id8f8fef2341f77f3e751345d143a80e306fbf9fe
Reviewed-on: https://weave-review.googlesource.com/1227
Reviewed-by: Vitaly Buka <vitalybuka@google.com>
diff --git a/libweave/src/device_manager.cc b/libweave/src/device_manager.cc
index 46d5de9..f5fecf5 100644
--- a/libweave/src/device_manager.cc
+++ b/libweave/src/device_manager.cc
@@ -42,8 +42,6 @@
   std::unique_ptr<Config> config{new Config{config_store}};
   config->Load();
 
-  // TODO(avakulenko): Figure out security implications of storing
-  // device info state data unencrypted.
   device_info_.reset(new DeviceRegistrationInfo(
       command_manager_, state_manager_, std::move(config), task_runner,
       http_client, network));