소스 검색

Revert debug code

Vijayakrishnan 3 년 전
부모
커밋
e1c507b014
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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');