Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabecinha84 committed Oct 26, 2024
1 parent d2fc2e4 commit c251e41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HomeUI/src/views/apps/marketplace/AppView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1647,7 +1647,6 @@ export default {
auxSpecsFormatted.priceUSD = props.appData.priceUSD;
if (appInstances.value && appInstances.value > 3) {
auxSpecsFormatted.priceUSD = Number(((auxSpecsFormatted.priceUSD * appInstances.value) / 3).toFixed(2));
console.log(auxSpecsFormatted.priceUSD);
}
const response = await AppsService.appPriceUSDandFlux(auxSpecsFormatted);
Expand Down

0 comments on commit c251e41

Please sign in to comment.