Skip to content

Commit

Permalink
remove debug log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
evermeer committed Feb 29, 2016
1 parent 90e2764 commit 0cdfa4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion EVReflection.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
#

s.name = "EVReflection"
s.version = "2.18.1"
s.version = "2.18.2"
s.summary = "iOS: Swift helper library with reflection functions"
s.description = "Swift helper library with reflection functions including support for NSCoding, Printable, Hashable, Equatable and JSON"
s.homepage = "https://github.com/evermeer/EVReflection"
Expand Down
1 change: 0 additions & 1 deletion EVReflection/pod/EVReflection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ final public class EVReflection {
var valueType = "EVObject"
let mi: Mirror = Mirror(reflecting: theValue)

NSLog("key = \(key), value = \(anyValue)")
if mi.displayStyle == .Optional {
if mi.children.count == 1 {
theValue = mi.children.first!.value
Expand Down

0 comments on commit 0cdfa4a

Please sign in to comment.