Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
edit console log
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbouslog committed Mar 13, 2017
1 parent 0e29529 commit ff7e241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json-api-client.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class JSONAPIClient extends Model
mergeInto this, mixins

beforeEveryRequest: ->
console.log 'using local json-api-client'
console.log 'using GitHub branch of json-api-client'
Promise.resolve();

request: (method, url, payload, headers) ->
Expand Down

0 comments on commit ff7e241

Please sign in to comment.