mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 19:10:58 +00:00
Remove stray log
This commit is contained in:
parent
cd2ed24937
commit
f6fdc5a827
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ module.exports = WebApiManager =
|
|||
return callback null, body
|
||||
else
|
||||
error = new Error("web returned a non-success status code: #{res.statusCode} (attempts: #{res.attempts})")
|
||||
console.log error.message
|
||||
callback error
|
||||
|
||||
getUserInfo: (user_id, callback = (error, userInfo) ->) ->
|
||||
|
|
Loading…
Reference in a new issue