@blimu/codegen 0.5.2 → 0.5.3

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.
package/dist/index.mjs CHANGED
@@ -3166,7 +3166,6 @@ var TypeScriptGeneratorService = class _TypeScriptGeneratorService {
3166
3166
  templatePath = possiblePath;
3167
3167
  break;
3168
3168
  } catch {
3169
- this.logger.debug(`Template not found at: ${possiblePath}`);
3170
3169
  }
3171
3170
  }
3172
3171
  if (!templatePath) {