Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Apr 8, 2018
1 parent 3e99692 commit cfbca6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
46 changes: 0 additions & 46 deletions Sources/Generator/Output.swift

This file was deleted.

3 changes: 0 additions & 3 deletions Sources/Generator/TemplateGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public class TemplateGenerator {

if !interactive {
if option.required {
print("Missing value for required \(option.name) option")
throw GeneratorError.missingOption(option)
} else {
return
Expand Down Expand Up @@ -96,8 +95,6 @@ public class TemplateGenerator {
try getOptionValue(option, path: path, context: &context)
}

// print("Template Context: \(context)")

var generatedFiles: [GeneratedFile] = []

func generateFile(_ file: File, path: Path, context: Context) throws {
Expand Down

0 comments on commit cfbca6f

Please sign in to comment.