Removed debugging statement.
This commit is contained in:
parent
97528e8b4f
commit
743de4c152
1 changed files with 0 additions and 1 deletions
|
|
@ -281,7 +281,6 @@ export function setSessionIdIfUnset(value) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function setSessionKeyIfUnset(value) {
|
export function setSessionKeyIfUnset(value) {
|
||||||
console.error("Current SessionKey Value: " + getSessionKeyValue() + " - New Value: " + value);
|
|
||||||
if (getSessionKeyValue() === 0) {
|
if (getSessionKeyValue() === 0) {
|
||||||
setCookieProperties(
|
setCookieProperties(
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue