# Print() no longer works into p5.js online editor?

**URL:** https://discourse.processing.org/t/print-no-longer-works-into-p5-js-online-editor/25509
**Category:** p5.js
**Created:** [November 18, 2020, 12:52pm UTC](https://discourse.processing.org/t/print-no-longer-works-into-p5-js-online-editor/25509 "2020-11-18T12:52:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Laurent](https://avatars.discourse-cdn.com/v4/letter/l/ce7236/32.png) [@Laurent](https://discourse.processing.org/u/Laurent)
#### Post date: [November 18, 2020, 12:52pm UTC](https://discourse.processing.org/t/print-no-longer-works-into-p5-js-online-editor/25509/1 "2020-11-18T12:52:57Z")

</div>

Hi everyone,

Does anyone face this problem ? In **[p5.js online editor](https://editor.p5js.org/)**, the _**print()**_ function does not work anymore in the console panel of the editor. See for instance [this sketch](https://editor.p5js.org/bardyl2/sketches/If7eTOb70) in the online editor (see alse code below).

Am I very tired (what could be!) not seeing what I’m doing wrong? Or is there a bug? If so, a bug in p5.js library (but apparenty not, because the string is printed into browser console) ? Or in p5.js online editor?

Thank you in advance for your lighting 🙂

Laurent

* * *

code sample:

```auto
function setup() {
    
  print('hello');
  
}

```

---

<div class="post-metadata">

### Author: ![Laurent](https://avatars.discourse-cdn.com/v4/letter/l/ce7236/32.png) [@Laurent](https://discourse.processing.org/u/Laurent)
#### Post date: [November 18, 2020, 1:08pm UTC](https://discourse.processing.org/t/print-no-longer-works-into-p5-js-online-editor/25509/2 "2020-11-18T13:08:08Z")

</div>

I can see that a corresponding issue has been opened in Github:

> <https://github.com/processing/p5.js-web-editor/issues/1685>
>
> Nature of issue?
> 
> Found a bug
> Existing feature enhancement
> New feature request
> 
> Details about the bug:
> Web browser and version: 
> Operating System: 
> Steps to reproduce this...
