Skip to content

Commit

Permalink
removed sleep()
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Jan 4, 2016
1 parent 7d1657f commit 64efbc6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/UnitTests/iBeaconTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ func iBeacon(adapter: BluetoothAdapter) {
catch { print("Error enabling iBeacon: \(error)"); exit(1) }

print("iBeacon Status: \(status)")

sleep(10000)
}

0 comments on commit 64efbc6

Please sign in to comment.