This commit is contained in:
Jeremy Zimmerman 2023-03-07 13:46:56 -05:00
parent 4c24fdd6ff
commit 34dbc82477
2 changed files with 0 additions and 7 deletions

View file

@ -83,13 +83,11 @@
if ( clientFlags.TPAEnabled ) if ( clientFlags.TPAEnabled )
{ {
console.log("TPA Flow Enabled!");
this.mainStore.issConfig.enableTPAFlow = true; this.mainStore.issConfig.enableTPAFlow = true;
} }
if ( clientFlags.clientDisplayName != null ) if ( clientFlags.clientDisplayName != null )
{ {
console.log("Client Display Name set!");
this.mainStore.issConfig.clientDisplayName = clientFlags.clientDisplayName; this.mainStore.issConfig.clientDisplayName = clientFlags.clientDisplayName;
} }
} }
@ -105,7 +103,6 @@
try try
{ {
const clientParams = JSON.parse(configParams); const clientParams = JSON.parse(configParams);
console.log(clientParams);
for ( let cparam in clientParams) for ( let cparam in clientParams)
{ {
@ -131,8 +128,6 @@
}, },
populateStoreItemsFromParams(params) { populateStoreItemsFromParams(params) {
console.log("populate is running");
// Populate store items from parameters. // Populate store items from parameters.
for ( let param in params) for ( let param in params)
{ {

View file

@ -82,8 +82,6 @@ router.afterEach((to, from) => {
// Update lastPageVisited in the store // Update lastPageVisited in the store
store.updateLastPageVisited(to.name); store.updateLastPageVisited(to.name);
console.log("Page: " + to.query.issPage);
if ( to.query.issPage != issPageValues.ENTRY_PAGE ) if ( to.query.issPage != issPageValues.ENTRY_PAGE )
{ {
// Push page view to GA // Push page view to GA