Skip to content

Commit

Permalink
Merge pull request #788 from hyperoslo/remove/unwanted-print
Browse files Browse the repository at this point in the history
Remove unwanted print statement
  • Loading branch information
zenangst committed Jan 1, 2018
2 parents f236dcc + f61bdf6 commit 0c0be0a
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 @@ -159,7 +159,6 @@ extension UICollectionView: UserInterface {
/// - parameter section: The section you want to update
/// - parameter completion: A completion block for when the updates are done
public func reload(_ indexes: [Int], withAnimation animation: Animation = .automatic, completion: (() -> Void)? = nil) {
Swift.print("\(#function)")
applyAnimation(animation: animation)
let indexPaths = indexes.map { IndexPath(item: $0, section: 0) }

Expand Down
2 changes: 1 addition & 1 deletion Spots.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Spots"
s.summary = "A cross-platform view controller framework for building component-based UIs"
s.version = "7.4.0"
s.version = "7.4.1"
s.homepage = "https://github.com/hyperoslo/Spots"
s.license = 'MIT'
s.author = { "Hyper Interaktiv AS" => "ios@hyper.no" }
Expand Down

0 comments on commit 0c0be0a

Please sign in to comment.