Removed debug log.
This commit is contained in:
parent
867933b1de
commit
28a024554e
1 changed files with 0 additions and 2 deletions
|
@ -462,7 +462,6 @@ class App.TicketZoom extends App.Controller
|
||||||
|
|
||||||
# rerender whole sidebar if customer or organization has changed
|
# rerender whole sidebar if customer or organization has changed
|
||||||
if @ticketLastAttributes.customer_id isnt @ticket.customer_id || @ticketLastAttributes.organization_id isnt @ticket.organization_id
|
if @ticketLastAttributes.customer_id isnt @ticket.customer_id || @ticketLastAttributes.organization_id isnt @ticket.organization_id
|
||||||
console.log('rerender sidebar')
|
|
||||||
new App.WidgetAvatar(
|
new App.WidgetAvatar(
|
||||||
el: @$('.page-header .js-avatar')
|
el: @$('.page-header .js-avatar')
|
||||||
user_id: @ticket.customer_id
|
user_id: @ticket.customer_id
|
||||||
|
@ -836,7 +835,6 @@ class OverviewNavigator extends App.Controller
|
||||||
@render()
|
@render()
|
||||||
|
|
||||||
render: (overview) =>
|
render: (overview) =>
|
||||||
console.log('RENDER OverviewNavigator', @overview_id)
|
|
||||||
if !@overview_id
|
if !@overview_id
|
||||||
@html('')
|
@html('')
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue