Removing comment

This commit is contained in:
Michaela Brydon 2024-04-11 15:43:12 -04:00
parent 4747165e16
commit e3cb1ef37a

View file

@ -105,7 +105,6 @@ export default {
try {
if (data.clientFlags) {
const clientFlags = JSON.parse(data.clientFlags);
console.log(clientFlags);
if (clientFlags.TPAEnabled) {
this.mainStore.issConfig.enableTPAFlow = true;