Skip to content

Commit

Permalink
Fixes #9611: Changing policy mode in the setting screen spams the web…
Browse files Browse the repository at this point in the history
…app log
  • Loading branch information
fanf committed Nov 4, 2016
1 parent f48ea77 commit 601522d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -492,7 +492,6 @@ class SettingsAPI8(
setting <- RestSetting.allSettings
value <- setting.setFromRequestOpt(req)
} yield {
logger.info(value)
if (value.isDefined) generate = generate || setting.startPolicyGeneration
JField(setting.key , value)
}
Expand Down

0 comments on commit 601522d

Please sign in to comment.