Skip to content

Commit

Permalink
removed some of the debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkPurple141 committed Dec 18, 2017
1 parent 20a74e6 commit f0c11c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe("# github-api", function() {
assert(instance.getUrl('readme.md') === API_URL+'/repos/jeff/fake/contents/readme.md')
})

describe("No Auth", function(done) {
describe("Requests with no Auth", function(done) {
let instance = new api() // create a default config instance
instance.user = "DarkPurple141"
instance.repo = "teaching"
Expand All @@ -53,7 +53,6 @@ describe("# github-api", function() {
return fileObject.content
})
.then(file => {
console.log(file)
assert(instance.decode(file))
})
.then(done, done)
Expand Down

0 comments on commit f0c11c7

Please sign in to comment.