Procházet zdrojové kódy

refactor: comment out logging for ad pool rebuild process

Dave před 1 měsícem
rodič
revize
3818721a0a
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      libs/core/src/ad/ad-pool.service.ts

+ 3 - 3
libs/core/src/ad/ad-pool.service.ts

@@ -37,9 +37,9 @@ export class AdPoolService {
     for (const adType of adTypes) {
     for (const adType of adTypes) {
       try {
       try {
         const count = await this.rebuildPoolForType(adType);
         const count = await this.rebuildPoolForType(adType);
-        this.logger.log(
-          `AAAAAAAAA AdPool rebuild: adType=${adType}, ads=${count}`,
-        );
+        // this.logger.log(
+        //   `AAAAAAAAA AdPool rebuild: adType=${adType}, ads=${count}`,
+        // );
       } catch (err) {
       } catch (err) {
         this.logger.error(
         this.logger.error(
           `AdPool rebuild failed for adType=${adType}`,
           `AdPool rebuild failed for adType=${adType}`,