Skip to content

Commit

Permalink
Fix: Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fmariqueo-kunder committed Sep 2, 2021
1 parent 7b1184b commit 92ad4ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ios/AccountManagerPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ - (void) removeUserPassword:(CDVInvokedUrlCommand*)command{
return;
}

// TODO: Remove unknow userData

CDVPluginResult* pluginResult = [CDVPluginResult resultWithStatus:CDVCommandStatus_OK];
[self.commandDelegate sendPluginResult:pluginResult callbackId:command.callbackId];
}
Expand Down

0 comments on commit 92ad4ef

Please sign in to comment.