Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
justin committed Sep 23, 2016
1 parent aa53412 commit 1112676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions Aspen/ConsoleLogger.swift
Expand Up @@ -23,11 +23,6 @@
import Foundation

public final class ConsoleLogger: NSObject, LogInterface {
public override init()
{
super.init()
}

public func log(message: String) {
print(message)
}
Expand Down
4 changes: 2 additions & 2 deletions Aspen/FileLogger.swift
Expand Up @@ -23,9 +23,9 @@
import Foundation

public final class FileLogger: NSObject, LogInterface {
public var fileURL:URL?
public var fileURL: URL?

private var fileHandle:FileHandle?
private var fileHandle: FileHandle?

public override init() {
super.init()
Expand Down

0 comments on commit 1112676

Please sign in to comment.