Remove console.log
This commit is contained in:
parent
ba0e7ede16
commit
32ec67699b
@ -66,7 +66,6 @@ let Point = ( function () {
|
|||||||
let proto = Point.prototype;
|
let proto = Point.prototype;
|
||||||
|
|
||||||
proto.addSpecificCSS = function () {
|
proto.addSpecificCSS = function () {
|
||||||
console.log( "Point addSpecificCSS" );
|
|
||||||
let css = `<style id="point-css">`;
|
let css = `<style id="point-css">`;
|
||||||
|
|
||||||
for ( let conf of this.config ) {
|
for ( let conf of this.config ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user