Skip to content

Commit ce8674f

Browse files
authored
rm section about logging
1 parent e63bab4 commit ce8674f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ chart types, including 3D charts, statistical graphs, and SVG maps.
2222

2323
## Quick start options
2424

25-
**It is important to note that logging is turned off by default in v1.13.0 onwards.**
26-
To turn logging on for development, you will want to run
27-
`Plotly.setPlotConfig({ logging: 2 })` before any plotting.
28-
See [this file](https://github.com/plotly/plotly.js/blob/master/src/lib/loggers.js) for more details.
29-
3025
#### Download the latest release
3126
[Latest Release on Github](https://github.com/plotly/plotly.js/releases/)
3227

@@ -48,7 +43,7 @@ npm install plotly.js
4843

4944
and require plotly.js using CommonJS as `var Plotly = require('plotly.js');` or use the plotly.js `dist` file(s).
5045

51-
#### Use the plotly.js CDN hosted by Fastly:
46+
#### Use the plotly.js CDN hosted by Fastly
5247
```html
5348
<!-- Latest compiled and minified plotly.js JavaScript -->
5449
<script type="text/javascript" src="https://cdn.plot.ly/plotly-latest.min.js"></script>

0 commit comments

Comments
 (0)