debug: add debug log
This commit is contained in:
parent
eef313665b
commit
9161882f33
1 changed files with 1 additions and 0 deletions
|
|
@ -219,6 +219,7 @@
|
|||
loading = true;
|
||||
try {
|
||||
nonWWWDomain = application.fqdn && getDomain(application.fqdn).replace(/^www\./, '');
|
||||
console.log({debug: nonWWWDomain})
|
||||
if (application.deploymentType)
|
||||
application.deploymentType = application.deploymentType.toLowerCase();
|
||||
!isBot &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue