Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco committed Feb 17, 2017
1 parent b062c19 commit 87a6769
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BreinifyApi/Classes/AlamofireEngine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ public class AlamofireEngine: IRestEngine {
let url = try getFullyQualifiedUrl(breinLookup)
let body = try getRequestBody(breinLookup)

/*
do {
let jsonData = try! NSJSONSerialization.dataWithJSONObject(body, options: NSJSONWritingOptions.PrettyPrinted)
let jsonString = NSString(data: jsonData, encoding: NSUTF8StringEncoding)! as String
Expand All @@ -165,6 +166,7 @@ public class AlamofireEngine: IRestEngine {
} catch let error as NSError {
dump(error)
}
*/

Alamofire.request(.POST,
url,
Expand Down

0 comments on commit 87a6769

Please sign in to comment.