@blimu/codegen 0.5.1 → 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.js CHANGED
@@ -3215,7 +3215,6 @@ var TypeScriptGeneratorService = class _TypeScriptGeneratorService {
3215
3215
  templatePath = possiblePath;
3216
3216
  break;
3217
3217
  } catch {
3218
- this.logger.debug(`Template not found at: ${possiblePath}`);
3219
3218
  }
3220
3219
  }
3221
3220
  if (!templatePath) {