mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Clean up logging
This commit is contained in:
parent
87474ce060
commit
2da1d57948
2 changed files with 0 additions and 3 deletions
|
@ -233,7 +233,6 @@ define [
|
|||
"$scope", "ide", "$modalInstance", "$timeout", "parent_folder", "isOutputFilesMode",
|
||||
($scope, ide, $modalInstance, $timeout, parent_folder, isOutputFilesMode) ->
|
||||
$scope.isOutputFilesMode = isOutputFilesMode
|
||||
console.log ">>>> LINKED", isOutputFilesMode
|
||||
|
||||
$scope.data =
|
||||
projects: null # or []
|
||||
|
@ -349,7 +348,6 @@ define [
|
|||
_csrf: window.csrfToken
|
||||
})
|
||||
.then (resp) ->
|
||||
console.log ">> COMPILE", resp.data
|
||||
if resp.data.status == 'success'
|
||||
$scope.data.projectOutputFiles = resp.data.outputFiles
|
||||
_reset(err: false)
|
||||
|
|
|
@ -524,7 +524,6 @@ define [
|
|||
{ data } = response
|
||||
$scope.pdf.view = "pdf"
|
||||
$scope.pdf.compiling = false
|
||||
console.log ">>", data
|
||||
parseCompileResponse(data)
|
||||
.catch (response) ->
|
||||
{ data, status } = response
|
||||
|
|
Loading…
Reference in a new issue