소스 검색

[minor] remove console

version-14
Rushabh Mehta 10 년 전
부모
커밋
a4385a866d
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      frappe/public/js/frappe/ui/filters/filters.js

+ 0
- 2
frappe/public/js/frappe/ui/filters/filters.js 파일 보기

@@ -376,8 +376,6 @@ frappe.ui.Filter = Class.extend({
value = this.field.get_value();
}

console.log(value);

this.$btn_group.find(".toggle-filter")
.html(repl('%(label)s %(condition)s "%(value)s"', {
label: __(this.field.df.label),


불러오는 중...
취소
저장