Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
vegimcarkaxhija committed Oct 26, 2023
1 parent 0a0b41c commit eaba65a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion buckaroo3.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public function getContent()
$userProvider->getUsername()
)->getValue();
$this->context->smarty->assign([
'pathApp' => $this->_path . 'views/js/buckaroo.vue.js?2135132',
'pathApp' => $this->_path . 'views/js/buckaroo.vue.js',
'baseUrl' => $this->context->shop->getBaseURL(true),
'adminUrl' => explode("?",$this->context->link->getAdminLink(AdminDashboard::class))[0],
'token' => $token,
Expand Down
3 changes: 0 additions & 3 deletions dev/src/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ export default {
provide('csrfToken', props.token)
provide('baseUrl', props.baseUrl)
provide('adminUrl', props.adminUrl)
console.log(props.adminUrl);
console.log(props.baseUrl);
const changedView = (view) => {
if (view === 'payment_methods' && paymentMethodsRef.value) {
paymentMethodsRef.value.selectedPayment = null
Expand Down

0 comments on commit eaba65a

Please sign in to comment.