Skip to content

Commit

Permalink
🧩 :: print문 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
juyeong525 committed Jun 12, 2024
1 parent ba7949a commit 8ae10a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ private extension RecruitmentDetailFlow {

Flows.use(companyDetailFlow, when: .created) { (root) in
let view = root as? CompanyDetailViewController
print(root)
view?.viewModel.companyID = companyDetailId
self.rootViewController.navigationController?.pushViewController(
view!, animated: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public final class RecruitmentFilterViewController: BaseViewController<Recruitme
selectJobsCode: jobsCollectionView.rx
.modelSelected(CodeEntity.self).asObservable()
.do(onNext: { _ in
self.resetTechCode.accept(())
self.viewModel.techCode.accept([])
}),
filterApplyButtonDidTap: filterApplyButtonDidTap,
appendTechCode: appendTechCode,
Expand Down

0 comments on commit 8ae10a2

Please sign in to comment.