Manos Chorianopoulos

fix logs in deletion of User Tag answers

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