Skip to content

Commit

Permalink
console.log was causing phantomjs security error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel committed Aug 29, 2014
1 parent bf4e1ce commit 0878586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration_test/jquerySpec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ describe "jqFhir", ->
fhir.configure(auth: {user: 'client', pass: 'secret'})
fhir.search('Patient', {name: 'maud'})
.then (d)->
console.log('Search by patients', d)
done()

0 comments on commit 0878586

Please sign in to comment.