From 63ebbb26450dfc0428778b98441a7e27f07a6a9f Mon Sep 17 00:00:00 2001 From: Serhii Londar Date: Fri, 22 Mar 2019 02:14:15 +0200 Subject: [PATCH] Update ReadmeGenerator.swift --- .github/ReadmeGenerator.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ReadmeGenerator.swift b/.github/ReadmeGenerator.swift index e2da173..1b0be64 100644 --- a/.github/ReadmeGenerator.swift +++ b/.github/ReadmeGenerator.swift @@ -272,7 +272,7 @@ extension JSONApplication { } markdownDescription.append("- [\(self.title)](\(self.repoURL)) - \(self.shortDescription) \(languages)") - + /* if self.screenshots.count > 0 { var screenshotsString = String.empty screenshotsString += (String.space + Constants.detailsBeginString + String.space) @@ -282,6 +282,7 @@ extension JSONApplication { screenshotsString += (String.space + Constants.detailsEndString + String.space) markdownDescription.append(screenshotsString) } + */ return markdownDescription } }