mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Fixed linter error (errant console.log)
This commit is contained in:
parent
4e0473a93e
commit
01538d5916
@ -11,7 +11,5 @@ export default helper(function hexAdjuster([hex], {s: sDiff, l: lDiff} = {}) {
|
||||
const adjRgb = hslToRgb({h, s: adjS, l: adjL});
|
||||
const adjHex = rgbToHex(adjRgb);
|
||||
|
||||
console.log(hex, adjHex);
|
||||
|
||||
return adjHex;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user