Scaling: dont log catched erros when the monitorScaling is not set.
This commit is contained in:
parent
fdf475cabc
commit
3e95626298
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ Singleton {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
Logger.warn(e)
|
//Logger.warn(e)
|
||||||
}
|
}
|
||||||
|
|
||||||
return 1.0
|
return 1.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue