Skip to content

Commit d15cdef

Browse files
committed
Removed unneeded comment
1 parent 11277b8 commit d15cdef

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Low Code App Editor/Controllers/ExportController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ allowViewToken is JArray allowViews &&
209209
zip.CreateEntryFromFile(app.PathSettings, Path.Combine("AppInstallContent", "CompanionFiles", "LCA", app.LatestVersion.ID, "App.info.json"));
210210
}
211211

212-
// TODO: Don't auto include the App.info.json file. Just the version folders
213212
if (!options.IncludeVersions)
214213
{
215214
// Just include the general .json file and the latest version

0 commit comments

Comments
 (0)