Remove project description from generate

This commit is contained in:
yonaskolb 2019-11-07 23:31:07 +11:00
parent 03076f40eb
commit 5711c6be0d

View File

@ -68,7 +68,6 @@ class GenerateCommand: Command {
// load project spec
do {
project = try specLoader.loadProject(path: projectSpecPath, variables: variables)
info("Loaded project:\n \(project.debugDescription.replacingOccurrences(of: "\n", with: "\n "))")
} catch {
throw GenerationError.projectSpecParsingError(error)
}