Browse Source

Revert debug code

Vijayakrishnan 3 years ago
parent
commit
e1c507b014
1 changed files with 0 additions and 1 deletions
  1. 0 1
      resources/views/app/patient/careteam-center.blade.php

+ 0 - 1
resources/views/app/patient/careteam-center.blade.php

@@ -385,7 +385,6 @@ list($careTeamMembers, $counts) = Point::getPointsOfCategoryExtended($patient, '
             button
                 .off('click.toggle-edit')
                 .on('click.toggle-edit', function () {
-                    debugger
                     if (mode === 'read') {
                         mode = 'edit';
                         $(this).text('Back to Read Mode');