Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

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)