Skip to content

Commit 20b938a

Browse files
Remove wrong console.log param
1 parent d5f39d1 commit 20b938a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const debug = (element, maxLength, options) =>
1010
: logDOM(element, maxLength, options)
1111

1212
const logTestingPlaygroundURL = (element = getDocument().body) => {
13-
const url = getPlaygroundUrl(element, console.log)
13+
const url = getPlaygroundUrl(element)
1414
if (url) {
1515
console.log(`Open this URL in your browser\n\n${url}`)
1616
}

0 commit comments

Comments
 (0)