Skip to content

Commit 074b58f

Browse files
committed
Log only if verbose in ApplyStyleCommand
1 parent 906de44 commit 074b58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneMore/Commands/Styles/ApplyStyleCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public async Task ExecuteWithStyle(Style style, bool merge = true)
113113

114114
if (success)
115115
{
116-
logger.WriteLine(page.Root);
116+
logger.Verbose(page.Root);
117117
await one.Update(page);
118118
}
119119
else

0 commit comments

Comments
 (0)