removed unneeded error reporter references

This commit is contained in:
Ilya Puchka
2018-08-13 23:05:33 +01:00
parent 71ad162268
commit 92ebfe59b1
4 changed files with 9 additions and 13 deletions

View File

@@ -4,10 +4,6 @@ public class Context {
public let environment: Environment
public var errorReporter: ErrorReporter {
return environment.errorReporter
}
init(dictionary: [String: Any]? = nil, environment: Environment? = nil) {
if let dictionary = dictionary {
dictionaries = [dictionary]