提交 52dd6053 编写于 作者: B Benjamin Pasero

remove console.log (fyi @aeschli)

上级 0ff44983
......@@ -134,7 +134,6 @@ export function activateColorDecorations(decoratorProvider: (uri: string) => The
const colorPattern = /^#[0-9A-Fa-f]{3,8}$/;
function hex2CSSColor(hex: string): string {
console.log(hex);
if (!hex || !colorPattern.test(hex)) {
return null;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册