Skip to content

Commit

Permalink
Temp. Added for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiDixit09 committed Aug 29, 2024
1 parent b92e708 commit 66024b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ class HomeViewController: UITableViewController {
return
}
self.enableBranchLogging(){(message:String, loglevel:BranchLogLevel, error:Error?)->() in
print("BranchSDK : " + message)
if (message.contains("BranchSDK")){
self.logData = self.logData + message + "\n"
Utils.shared.printLogMessage(message + "\n")
Expand Down

0 comments on commit 66024b4

Please sign in to comment.