mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
remove debug line
This commit is contained in:
parent
c0b32f031e
commit
5f4a36ca26
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ setCompiler = (project_id, compiler, callback)->
|
|||
callback()
|
||||
|
||||
setImage = (project_id, imageName, callback)->
|
||||
console.log(project_id, imageName)
|
||||
if imageName?
|
||||
ProjectOptionsHandler.setImageName project_id, imageName, callback
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue