Skip to content

Commit

Permalink
clean: console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit committed Aug 5, 2024
1 parent 927c6e0 commit 384fa4c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ function patchAsset(assetId: string, patcher: Patcher<UiAsset>): UiAsset {
}

export const createAsset = (asset: UiAssetCreateRequest): IdResponseDto => {
console.log();
const assetId = asset.id;
assets.push({
assetId,
Expand Down

0 comments on commit 384fa4c

Please sign in to comment.