Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmaier committed Jul 2, 2019
1 parent c562af5 commit 55aa949
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/GiphyCore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ import Foundation
GiphyPingbacks.enableDebugLogging(false)

if let omVal = Bundle.main.object(forInfoDictionaryKey: "GiphyDisableOpenMeasurement") as? Bool,
omVal == true {
print("DISABLING OM")
omVal == true {
GiphyCore.enableOM = false
}
GiphyCore.setupOpenMeasurement()
Expand Down

0 comments on commit 55aa949

Please sign in to comment.