Manos Chorianopoulos

fix logs in deletion of User Tag answers

...@@ -101,7 +101,7 @@ import SwiftEventBus ...@@ -101,7 +101,7 @@ import SwiftEventBus
101 101
102 } else if (eventArray[1] == "request" || eventArray[1] == "response") { 102 } else if (eventArray[1] == "request" || eventArray[1] == "response") {
103 print("**************** WARPLY Webview Log START *****************") 103 print("**************** WARPLY Webview Log START *****************")
104 - print(eventArray[2]) 104 + print(event)
105 print("**************** WARPLY Webview Log END *****************") 105 print("**************** WARPLY Webview Log END *****************")
106 } 106 }
107 } 107 }
......