Skip to content

Commit

Permalink
Last touches
Browse files Browse the repository at this point in the history
  • Loading branch information
RamonGilabert committed Dec 11, 2015
1 parent 970488e commit 73f167d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Source/CameraView/CameraView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,7 @@ class CameraView: UIViewController {

captureDevice = capturedDevices?.firstObject as? AVCaptureDevice

if captureDevice != nil {
beginSession()
}
if captureDevice != nil { beginSession() }
}

// MARK: - Actions
Expand Down

0 comments on commit 73f167d

Please sign in to comment.