diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-04-30 00:12:19 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-04-30 00:12:19 +0200 |
commit | 9cc1eff15cae3884458a6f7171140f2780665ff7 (patch) | |
tree | 2fc057acc7deea0aa455170d04beb4eb1ca974cb /view | |
parent | 327e5d06e12b3ddad0a83a223c1673a4d0dafb15 (diff) | |
download | volse-hubzilla-9cc1eff15cae3884458a6f7171140f2780665ff7.tar.gz volse-hubzilla-9cc1eff15cae3884458a6f7171140f2780665ff7.tar.bz2 volse-hubzilla-9cc1eff15cae3884458a6f7171140f2780665ff7.zip |
remove logging
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/cdav_calendar.tpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/view/tpl/cdav_calendar.tpl b/view/tpl/cdav_calendar.tpl index a86b61d3b..6dc88b493 100644 --- a/view/tpl/cdav_calendar.tpl +++ b/view/tpl/cdav_calendar.tpl @@ -308,9 +308,6 @@ $(document).ready(function() { $(document).on('click','#event_delete, #event_delete_recurrent', on_delete); if(resource !== null) { - -console.log('{{$categories}}'); -console.log(resource); $('.section-content-tools-wrapper, #event_form_wrapper').show(); event_id = resource.id; event_uri = resource.event_hash; |