@credithub/harlan-components 1.97.8 → 1.97.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -306,7 +306,6 @@ var Liminar = function (_a) {
306
306
  (_j = globalData === null || globalData === void 0 ? void 0 : globalData.liminar) === null || _j === void 0 ? void 0 : _j.indiciosDeLiminarProtestosDoPassado,
307
307
  processosComAssuntoValido
308
308
  ]);
309
- console.log('typesForHistory', typesForHistory);
310
309
  // Se existem tipos que de fato contribuíram para o indício,
311
310
  // então o indício é verdadeiro para fins de histórico.
312
311
  var indicioDeLiminarForHistory = typesForHistory.length > 0;
@@ -35,7 +35,6 @@ export function useLiminarHistory(_a) {
35
35
  payload.protestKeys = JSON.stringify(protestKeys);
36
36
  if (processIds.length)
37
37
  payload.processIds = JSON.stringify(processIds);
38
- console.log('payload', payload);
39
38
  insertHistory(payload);
40
39
  lastFingerprint.current = fingerprint;
41
40
  // eslint-disable-next-line react-hooks/exhaustive-deps