Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix license check #1359

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix license check #1359

wants to merge 2 commits into from

Conversation

davidjbradshaw
Copy link
Owner

No description provided.

@@ -1216,31 +1217,36 @@
: `Content size recalculated in %c${timer}ms`
}

function logSendMsg(message) {
/* eslint-disable no-console */
console.group(`[iframe-resizer][${myID}]`)

Check warning

Code scanning / ESLint

Disallow the use of `console` Warning

Unexpected console statement.
function logSendMsg(message) {
/* eslint-disable no-console */
console.group(`[iframe-resizer][${myID}]`)
console.info(

Check warning

Code scanning / ESLint

Disallow the use of `console` Warning

Unexpected console statement.
console.info(
`Sending message to host page via ${sameDomain ? 'sameDomain' : 'postMessage'}`,
)
console.info(`%c${message}`, 'font-style: italic')

Check warning

Code scanning / ESLint

Disallow the use of `console` Warning

Unexpected console statement.
)
console.info(`%c${message}`, 'font-style: italic')
if (timerActive)
console.info(displayTimeTaken(), 'font-weight:bold;color:#777')

Check warning

Code scanning / ESLint

Disallow the use of `console` Warning

Unexpected console statement.
console.info(`%c${message}`, 'font-style: italic')
if (timerActive)
console.info(displayTimeTaken(), 'font-weight:bold;color:#777')
console.groupEnd()

Check warning

Code scanning / ESLint

Disallow the use of `console` Warning

Unexpected console statement.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant