Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Sep 23, 2016
1 parent bee624f commit 17f4b52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/MarkdownTableParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ class MarkdownTableParser: NSObject {

let values = components(for: line)

print("\(values)")

var inputs: [String] = []
var outputs: [String] = []
if let ioSeparatorIndex = values.index(of: "") {
Expand Down

0 comments on commit 17f4b52

Please sign in to comment.