Skip to content

Commit 755a7cd

Browse files
committed
clean
1 parent 77f25f2 commit 755a7cd

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

Pring.sketch

-138 KB
Binary file not shown.

Pring/Object.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ open class Object: NSObject, Document {
295295
document[key] = rawValue
296296
return
297297
}
298-
print(key, value)
299298
switch DataType(key: key, value: value) {
300299
case .array (let key, let rawValue, _): document[key] = rawValue
301300
case .set (let key, let rawValue, _): document[key] = rawValue

0 commit comments

Comments
 (0)