Profile lookup problem 2

I’m using a Chromebook 15, and I used a print statement in the ‘profile lookup’ code. Now whenever I bring up ‘profile lookup’, the screen is locked on a print dialog (I don’t have a printer). How do I get rid of this print preview?

I can’t find my code because it’s covered up by a print dialog.


Your Browser User Agent is: ```Mozilla/5.0 (X11; CrOS x86_64 10032.86.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.140 Safari/537.36```.

**Link to the challenge:**
https://www.freecodecamp.org/challenges/profile lookup-with-javascript

Can you show us a picture?

Can you press esc to close printer?

Can you access developer tools by right clicking and hitting inspect element?

Can you right click and get page source?

I used your suggestion and hit escape ten times and cancelled the print job successfully. Once or twice never worked before. Thanks Isaac!