mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Removed errant console.log
refs: d7ae6e0138
- removed a debugging console log accidentally committed to main
This commit is contained in:
parent
981f11da95
commit
b286142a6b
@ -21,7 +21,6 @@ const CustomThemeSetting = ghostBookshelf.Model.extend({
|
||||
|
||||
// transform URLs to absolute for image settings
|
||||
if (settingType === 'image' && attrs.value) {
|
||||
console.log('.parse', attrs.value, urlUtils.transformReadyToAbsolute(attrs.value));
|
||||
attrs.value = urlUtils.transformReadyToAbsolute(attrs.value);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user