Skip to content

Commit dfc3260

Browse files
Remve debugging
1 parent 4e21ba2 commit dfc3260

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

preference-center/index.html

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ <h6 class="text-center">
183183
</div>
184184
</div>
185185
<br />
186-
<!-- For debugging, delete when done -->
187-
<pre id="console"></pre>
188186
</div>
189187

190188
<pre id="console"></pre>
@@ -246,21 +244,7 @@ <h6 class="text-center">
246244
important_push: `${importantPush}`,
247245
});
248246

249-
// For debugging purposes
250-
document.querySelector("#console").textContent =
251-
`Preferences updated: ${JSON.stringify(
252-
{
253-
marketingPush,
254-
marketingSms,
255-
marketingEmail,
256-
importantPush,
257-
importantEmail,
258-
importantSms,
259-
},
260-
null,
261-
2,
262-
)}`;
263-
// OneSignalIamApi.close(event);
247+
OneSignalIamApi.close(event);
264248
}
265249

266250
function trackClick(event) {

0 commit comments

Comments
 (0)