Skip to content

Commit

Permalink
Update ObjectProperties.vue
Browse files Browse the repository at this point in the history
Removing console.logs that I used while troubleshooting.
  • Loading branch information
SalleeMatthew authored and dburleson committed Jul 14, 2024
1 parent 9fd514f commit 2510878
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spa/src/pages/ObjectProperties.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ export default Vue.extend({
},
methods: {
async objectProperties(): Promise<void>{
console.log(this.$route)
if(this.$route.name === 'mall-object-properties'){
this.mallObject = true;
}
Expand Down Expand Up @@ -247,7 +246,6 @@ methods: {
if(!this.mallObject){
if(this.walletBalance >= this.price){
try{
console.log("Wrong item")
const objectPurchase = await this.$http.post(`/object_instance/buy/`, {
id: this.objectId});
await this.objectProperties();
Expand Down

0 comments on commit 2510878

Please sign in to comment.