Cleaned up some code

This commit is contained in:
Deniz Duezgoeren
2019-08-23 13:04:36 +02:00
parent 6bb14d659d
commit c92d47f224
8 changed files with 17 additions and 85 deletions
-10
View File
@@ -27,14 +27,4 @@ class GeneralViewController: PlanViewController {
return df.getFromDatabase()
}
/*
// MARK: - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destination.
// Pass the selected object to the new view controller.
}
*/
}