From 4fbf5d3aac41869c1481fc514756ffb7d003cf41 Mon Sep 17 00:00:00 2001 From: Danil Gontovnik Date: Mon, 28 Sep 2015 11:30:26 +0100 Subject: [PATCH] Minor fix --- DGRunkeeperSwitchExample/ViewController.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/DGRunkeeperSwitchExample/ViewController.swift b/DGRunkeeperSwitchExample/ViewController.swift index 826e990..94e7240 100644 --- a/DGRunkeeperSwitchExample/ViewController.swift +++ b/DGRunkeeperSwitchExample/ViewController.swift @@ -72,10 +72,6 @@ class ViewController: UIViewController { } // MARK: - - - func switchValueDidChange(sender:DGRunkeeperSwitch) { - print("valueChanged: \(sender.selectedIndex)") - } @IBAction func switchValueDidChange(sender: DGRunkeeperSwitch!) { print("valueChanged: \(sender.selectedIndex)")