Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2022-07-21 16:39:44 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5804e915023cad04e8c741a266cc175c4864de4f
5804e915
1 parent
90b2fe52
fix logs in deletion of User Tag answers
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/CampaignViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/CampaignViewController.swift
View file @
5804e91
...
...
@@ -101,7 +101,7 @@ import SwiftEventBus
}
else
if
(
eventArray
[
1
]
==
"request"
||
eventArray
[
1
]
==
"response"
)
{
print
(
"**************** WARPLY Webview Log START *****************"
)
print
(
event
Array
[
2
]
)
print
(
event
)
print
(
"**************** WARPLY Webview Log END *****************"
)
}
}
...
...
Please
register
or
login
to post a comment