Skip to content

Commit 6a906bb

Browse files
committed
use Lib.warn instead of console.log
1 parent 0822254 commit 6a906bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/mapbox/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var firstPlot = true;
5454
exports.plot = function plot(gd) {
5555
if(firstPlot) {
5656
firstPlot = false;
57-
console.warn(deprecationWarning);
57+
Lib.warn(deprecationWarning);
5858
}
5959

6060
var fullLayout = gd._fullLayout;

0 commit comments

Comments
 (0)