Remove console.log

This commit is contained in:
Mathieu Sanchez 2018-12-15 15:53:30 +09:00
parent ba0e7ede16
commit 32ec67699b

View File

@ -66,7 +66,6 @@ let Point = ( function () {
let proto = Point.prototype;
proto.addSpecificCSS = function () {
console.log( "Point addSpecificCSS" );
let css = `<style id="point-css">`;
for ( let conf of this.config ) {