mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05: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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue