Skip to content

Commit 8f2e9ec

Browse files
committed
remove log
1 parent e6e6ba1 commit 8f2e9ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

StudyplusSDK/Studyplus.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,6 @@ final public class Studyplus {
273273
// MARK: - private method
274274

275275
private init() {
276-
print("Studyplus.SDKVersion: " + Studyplus.SDKVersion);
277-
278276
guard let data = Bundle.main.infoDictionary?["StudyplusSDK"] as? [String: String],
279277
let consumerKey = data["consumerKey"],
280278
let consumerSecret = data["consumerSecret"] else {

0 commit comments

Comments
 (0)