Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
texjs-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Mehren
texjs-web
Commits
16f70e05
Verified
Commit
16f70e05
authored
7 years ago
by
Shane Kilkelly
Committed by
David Mehren
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Clean up logging
parent
a880bb45
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/coffee/ide/file-tree/controllers/FileTreeController.coffee
+0
-2
0 additions, 2 deletions
...offee/ide/file-tree/controllers/FileTreeController.coffee
public/coffee/ide/pdf/controllers/PdfController.coffee
+0
-1
0 additions, 1 deletion
public/coffee/ide/pdf/controllers/PdfController.coffee
with
0 additions
and
3 deletions
public/coffee/ide/file-tree/controllers/FileTreeController.coffee
+
0
−
2
View file @
16f70e05
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
public/coffee/ide/pdf/controllers/PdfController.coffee
+
0
−
1
View file @
16f70e05
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment