bfeher / BFPaperTableViewCell

A subclass of UITableViewCell for iOS inspired by Google's Paper Material Design.
MIT License
368 stars 44 forks source link

Remove NSLog statement in line 371 #5

Closed artworkad closed 10 years ago

artworkad commented 10 years ago

I think with your last update you forgot to remove or comment out a NSLog statement. I get this frequently in my log:

tapCircleDiameterStartValue = '375.00'
bfeher commented 10 years ago

Ahh yeah you are right. Also I checked out your other reports and think I can fix them all tomorrow. I'll keep you posted.

bfeher commented 10 years ago

I removed this in version 1.3.1. Thanks!