Skip to content

Commit

Permalink
fix: Removed debugger statement
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <jaid.jsx@gmail.com>
  • Loading branch information
Jaid committed Oct 3, 2019
1 parent c117602 commit d75c3bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ export const gotClient = got.extend({
},
})

debugger

const fetchUploadsForPath = async channelPath => {
const {statusCode, url, body, statusMessage} = await gotClient(channelPath)
if (statusCode !== 200) {
Expand Down

0 comments on commit d75c3bd

Please sign in to comment.