mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
remove unned debug line
This commit is contained in:
parent
5f719e7105
commit
8a417035ea
1 changed files with 0 additions and 2 deletions
|
@ -111,8 +111,6 @@ script(type='text/ng-template', id='entityListItemTemplate')
|
|||
|
||||
i.fa.fa-fw.fa-file(ng-if="entity.type == 'doc'")
|
||||
i.fa.fa-fw.fa-image(ng-if="entity.type == 'file'")
|
||||
|
||||
{{ $parent.multiSelectedCount }}
|
||||
span(
|
||||
ng-hide="entity.renaming"
|
||||
) {{ entity.name }}
|
||||
|
|
Loading…
Reference in a new issue