JFXtras/jfxtras-labs

Stdout from getClassCssMetaData (LinearGaugeSkin)

Closed this issue · 1 comments

Hi

I think that you left a debug message in LinearGaugeSkin at Line 116.

    /** 
     * @return The CssMetaData associated with this class, which may include the
     * CssMetaData of its super classes.
     */    
    public static List<CssMetaData<? extends Styleable, ?>> getClassCssMetaData() {
        System.out.println("getClassCssMetaData");
        return StyleableProperties.STYLEABLES;
    }

Obviously not a big deal.

tbee commented

Yup, seems like it. Thanks!