Skip to content

Commit e589606

Browse files
dellis1972jonpryor
authored andcommitted
[Xamarin.Android.Build.Tasks] Remove debug code (#68)
The commit 4ec06ac had some debug code in it that should not have been included in the final patch. This commit removes it.
1 parent b89dc15 commit e589606

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Xamarin.Android.Build.Tasks/Tasks/BuildApk.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,7 @@ void ExecuteWithAbi (string supportedAbis, string apkInputPath, string apkOutput
175175
AddZipEntry (apk, StubApplicationDataFile, string.Empty);
176176
}
177177
MonoAndroidHelper.CopyIfZipChanged (apkOutputPath + "new", apkOutputPath);
178-
//File.Delete (apkOutputPath + "new");
179-
File.Move (apkOutputPath + "new", apkOutputPath + DateTime.Now.ToShortTimeString ());
180-
178+
File.Delete (apkOutputPath + "new");
181179
}
182180

183181
public override bool Execute ()

0 commit comments

Comments
 (0)