Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 5358a8b

Browse files
author
platipusica
committed
rm log
1 parent 3725409 commit 5358a8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jam/js/modules/table.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,7 @@ calc_summary = function(callback) {
19561956
params.__summary = true;
19571957
if (self.item._open_params.__filters) {
19581958
copy._where_list = self.item._open_params.__filters;
1959-
}
1959+
}1
19601960
if (this.item.master) {
19611961
copy.ID = this.item.ID;
19621962
params.__master_id = this.item.master.ID;
@@ -1966,9 +1966,9 @@ calc_summary = function(callback) {
19661966
this.item._fields_summary_info = {};
19671967
copy.open({fields: sum_fields, funcs: funcs, params: params}, function() {
19681968

1969-
copy.each_field(function(f, i) {
1970-
console.log(i, f.field_name, f.data_type, f.value, f.display_text);
1971-
});
1969+
// copy.each_field(function(f, i) {
1970+
// console.log(i, f.field_name, f.data_type, f.value, f.display_text);
1971+
// });
19721972

19731973
var counts = {};
19741974

0 commit comments

Comments
 (0)