Skip to content

Commit

Permalink
debug code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfill-gen committed Feb 16, 2022
1 parent 20a4758 commit 1cef777
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions Sources/PandaSDK/Models/PandaPayload.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,3 @@ public struct PandaPayload {
self.data = data
}
}

//let strings = [
// ["feedback.first.title": L.Feedback.Title.text],
// ["feedback.first.placeholder": L.Feedback.Hint.text],
// ["feedback.first.button": L.Feedback.Button.text],
// ["feedback.second.title": L.SmartFeedback.Feedback.title],
// ["feedback.second.description": L.Feedback.Subtitle.text]
// ]
//
// return [
// "background": UIColor.clear,
// "no_default": true,
// "data": [
// return PandaPayload(
// shouldShowDefaultScreen: false,
// screenBackgroundColor: .clear,
// data: [
// "strings": strings,
// "lesson_key": "",
// "lesson_title": lesson.title

0 comments on commit 1cef777

Please sign in to comment.