Skip to content

Conversation

@chrispySalad
Copy link
Contributor

No description provided.

Copy link
Member

@schroepf schroepf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code in this PR has already been refactored and now there are merge conflicts which need to be resolved in order to merge it...

if textView == textFields.last {
textView.returnKeyType = .done
}
print("DEBUG: \(textView.tag)")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • please clean out debug logs and print statements if they are not required for production
  • for log statements which should remain even for production please prefer to use log.debug, log.warning , log.error or log.verbose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants