Skip to content

Commit

Permalink
chore: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Jul 6, 2017
1 parent e2baf0f commit 17e5431
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/serialise.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const linkRelationships = async (data, included) => {
}
delete data.relationships
} catch (err) {
console.log(err)
errorHandler(err)
}
}

Expand Down Expand Up @@ -95,8 +95,6 @@ export function serialise (model, obj = {}, method = 'POST') {
data.attributes[prop] = obj[prop]
}
}

console.log(data.relationships)
return { data }
}
} catch (err) {
Expand Down

0 comments on commit 17e5431

Please sign in to comment.