Removed errant console.log

refs: d7ae6e0138

- removed a debugging console log accidentally committed to main
This commit is contained in:
Hannah Wolfe 2021-10-14 20:38:02 +01:00
parent 981f11da95
commit b286142a6b
No known key found for this signature in database
GPG Key ID: 9F8C7532D0A6BA55

View File

@ -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);
}