From 70834ee3460776ea2b4d044638971a7327a3fd84 Mon Sep 17 00:00:00 2001 From: Will Hains <1386812+willhains@users.noreply.github.com> Date: Mon, 13 Jan 2020 01:14:25 +0900 Subject: [PATCH] Clean up commented-out code. --- code/Kotoba/AddWordViewController.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/Kotoba/AddWordViewController.swift b/code/Kotoba/AddWordViewController.swift index cd30e61..3760cbe 100644 --- a/code/Kotoba/AddWordViewController.swift +++ b/code/Kotoba/AddWordViewController.swift @@ -74,9 +74,6 @@ final class AddWordViewController: UIViewController { debugLog() super.viewDidAppear(animated) - - // TODO: Decide if the keyboard should appear before or after the view. - //showKeyboard() } override func viewWillDisappear(_ animated: Bool)