Skip to content

Commit

Permalink
chore(HomeMainViewController) : remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
clemPerrousset committed Sep 6, 2023
1 parent 7966444 commit 39625ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion entourage/Scenes/Home/HomeMainViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class HomeMainViewController: UIViewController {

AnalyticsLoggerManager.logEvent(name: Home_view_home)
//TODO here reconnect
showPopUpAction(actionType: "contribution", title: "my contrib")
//showPopUpAction(actionType: "contribution", title: "my contrib")
//showPopUpAction(actionType: "solicitation", title: "my demand")

}
Expand Down
1 change: 0 additions & 1 deletion entourage/Scenes/actionpassed/ActionPasseOneDemand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import UIKit
class ActionPasseOneDemand:UIViewController {

@IBOutlet weak var ic_cross: UIImageView!

@IBOutlet weak var ui_label_content: UILabel!
@IBOutlet weak var ui_btn_no: UIButton!
@IBOutlet weak var ui_btn_yes: UIButton!
Expand Down

0 comments on commit 39625ce

Please sign in to comment.