comment out

This commit is contained in:
andzejsp 2023-06-07 21:55:44 +03:00
parent 679c6029ba
commit 7ac36b3146

View File

@ -929,7 +929,7 @@ export default {
this.api_get_req("ram_usage").then(response => {
this.ramUsage = response
})
console.log('ram',this.ramUsage)
//console.log('ram',this.ramUsage)
this.getPersonalitiesArr()
this.fetchModels();
},