Skip to content

Commit

Permalink
remove console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkrick committed Jul 17, 2016
1 parent 068c827 commit 0f0a086
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Cashay.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ class Cashay {


// send minimizedQueryString to server and await minimizedQueryResponse
console.log('minimizedStr to server', minimizedQueryString);
const {error, data} = await transport.handleQuery({query: minimizedQueryString, variables});

// handle errors coming back from the server
Expand Down

0 comments on commit 0f0a086

Please sign in to comment.