Remove console.log
This commit is contained in:
parent
ba0e7ede16
commit
32ec67699b
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user