Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
fix(connection): remove delete data from lint
Browse files Browse the repository at this point in the history
Signed-off-by: Rafa Hernandez <[email protected]>
  • Loading branch information
rafaelje authored and Hector Rondon committed Apr 25, 2018
1 parent 44a60cc commit 398e579
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void lint(Context context, String deeplink) {
String deepLinkData;

// delete all storage mqtt data
new MqttData(context).deleteAll();
// new MqttData(context).deleteAll();

try {
deepLinkData = Helpers.base64decode(deeplink);
Expand Down

0 comments on commit 398e579

Please sign in to comment.