Skip to content

Commit

Permalink
fix: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
dtarnawsky committed Dec 12, 2023
1 parent 69fdc92 commit e5d5a57
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/platforms/android/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,6 @@ export class AndroidAssetGenerator extends AssetGenerator {
asset: InputAsset,
template: AndroidOutputAssetTemplate,
): Promise<[string, OutputInfo]> {
//const radius = 4;
//const svg = `<svg width="${template.width}" height="${template.height}"><rect x="0" y="0" width="${template.width}" height="${template.height}" rx="${radius}" fill="#ffffff"/></svg>`;

const resPath = this.getResPath(project);
const parentDir = join(resPath, `mipmap-${template.density}`);
if (!(await pathExists(parentDir))) {
Expand Down

0 comments on commit e5d5a57

Please sign in to comment.