Skip to content

Commit

Permalink
Update Test.vue
Browse files Browse the repository at this point in the history
commented the distance value assignment
  • Loading branch information
FrancescoWeik authored and nicokant committed Jul 14, 2023
1 parent 7287f3f commit 56c645d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default {
async onSubmit(e){
e.preventDefault();
var shouldAddPoint = 0;
this.distanza=1; //JUST FOR TESTING
//this.distanza=1; //JUST FOR TESTING
if(this.location == false){
console.log("SORRY YOU HAVE TO GIVE LOCATION PERMISSION TO ANSWER QUESTIONS");
this.$refs.no_location_alert.second=true;
Expand Down

0 comments on commit 56c645d

Please sign in to comment.