Merge pull request #371 from serhii-londar/remove-images-from-readme

Update ReadmeGenerator.swift
This commit is contained in:
Serhii Londar 2019-03-22 02:18:29 +02:00 committed by GitHub
commit b0ba7a250e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}