diff --git a/SilicaViewer/Document.swift b/SilicaViewer/Document.swift index a896299..fa48fbf 100644 --- a/SilicaViewer/Document.swift +++ b/SilicaViewer/Document.swift @@ -125,9 +125,7 @@ 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