remove TODO

This commit is contained in:
Geoffrey Goh
2016-05-02 18:20:37 -07:00
parent e10f70254e
commit dcfb62628c
2 changed files with 0 additions and 2 deletions

View File

@@ -372,7 +372,6 @@ namespace CodePush.ReactNative
}
}
// TODO get rid of this
private CodePushModule codePush;
public CodePushNativeModule(ReactContext reactContext, CodePushModule codePush) : base(reactContext)

View File

@@ -10,7 +10,6 @@ namespace CodePush.ReactNative
{
// TODO: Generate binary hash
// private static readonly String CODE_PUSH_HASH_FILE_NAME = "CodePushHash.json";
public async static Task CopyNecessaryFilesFromCurrentPackage(StorageFile diffManifestFile, StorageFolder currentPackageFolder, StorageFolder newPackageFolder)
{
await FileUtils.MergeDirectories(currentPackageFolder, newPackageFolder);