Remove unnecessary dump statement
This commit is contained in:
parent
bf0aa43b76
commit
eabcddb4b1
1 changed files with 1 additions and 3 deletions
|
@ -126,8 +126,6 @@ class Document: NSDocument {
|
|||
if getDocumentClassName(dict: dict) == LayerClassName {
|
||||
var layer = SilicaLayer()
|
||||
|
||||
dump(dict)
|
||||
|
||||
let UUIDKey = dict["UUID"]
|
||||
let UUIDClassID = getClassID(id: UUIDKey)
|
||||
let UUIDClass = objectsArray[UUIDClassID] as! NSString
|
||||
|
|
Reference in a new issue