Browse Source

Remove debug code

Vijayakrishnan 3 năm trước cách đây
mục cha
commit
a34a015f2b
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      resources/views/app/patient/note/segment_script.blade.php

+ 0 - 1
resources/views/app/patient/note/segment_script.blade.php

@@ -146,7 +146,6 @@
                         return false;
                     }
                     let newValue = $('<div/>').html(parsed.value).text().replace(/[^a-zA-Z0-9]/g, '');
-                    alert(newValue);
                     if(newValue === '') {
                         alert('Plan cannot be empty!');
                         return false;