From aea4a05c6589ef4cd203dce05c867ab51c9d75e2 Mon Sep 17 00:00:00 2001 From: Xin Zhou Date: Fri, 26 Jul 2024 13:11:33 -0500 Subject: [PATCH] delete console log --- server/src/termdb.matrix.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/src/termdb.matrix.js b/server/src/termdb.matrix.js index c4286466af..83ae752ebb 100644 --- a/server/src/termdb.matrix.js +++ b/server/src/termdb.matrix.js @@ -578,7 +578,6 @@ export async function mayInitiateMatrixplots(ds) { async function findListOfBins(q, tw, ds) { // for non-dict terms which may lack tw.term.bins if (tw.q.type == 'custom-bin') { - console.log(888, 'has') if (Array.isArray(tw.q.lst)) return tw.q.lst throw 'q.type is custom-bin but q.lst is missing' // when mode is custom bin, q.lst must always be present } @@ -592,7 +591,6 @@ async function findListOfBins(q, tw, ds) { should be true for both q.type=regular-bin or q.type=custom-bin */ // term lacks bins. compute it on the fly. expensive step and not supposed to happen? - console.log(999, 'compute bins') await new Promise(async (resolve, reject) => { const _q = { tw,