summaryrefslogtreecommitdiffstats
path: root/app/diagnostics.go
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2017-06-29 22:39:57 +0800
committerHarrison Healey <harrisonmhealey@gmail.com>2017-06-29 10:39:57 -0400
commit648f333850163efeac486c4b07eb47da415a9c98 (patch)
tree1b441666d3a58f39efb0cb5396ede217ed841c9a /app/diagnostics.go
parente1168ab7cc9770ab71fda6994ee80ef0e64e15d7 (diff)
downloadchat-648f333850163efeac486c4b07eb47da415a9c98.tar.gz
chat-648f333850163efeac486c4b07eb47da415a9c98.tar.bz2
chat-648f333850163efeac486c4b07eb47da415a9c98.zip
[PLT-6496] Remove System Console and config settings for image height and width (#6688)
* remove System Console and config settings for image height and width * add constants and update config.json * updated as per review
Diffstat (limited to 'app/diagnostics.go')
-rw-r--r--app/diagnostics.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/diagnostics.go b/app/diagnostics.go
index a80b747ef..14e207997 100644
--- a/app/diagnostics.go
+++ b/app/diagnostics.go
@@ -245,12 +245,6 @@ func trackConfig() {
"driver_name": utils.Cfg.FileSettings.DriverName,
"amazon_s3_ssl": *utils.Cfg.FileSettings.AmazonS3SSL,
"amazon_s3_signv2": *utils.Cfg.FileSettings.AmazonS3SignV2,
- "thumbnail_width": utils.Cfg.FileSettings.ThumbnailWidth,
- "thumbnail_height": utils.Cfg.FileSettings.ThumbnailHeight,
- "preview_width": utils.Cfg.FileSettings.PreviewWidth,
- "preview_height": utils.Cfg.FileSettings.PreviewHeight,
- "profile_width": utils.Cfg.FileSettings.ProfileWidth,
- "profile_height": utils.Cfg.FileSettings.ProfileHeight,
"max_file_size": *utils.Cfg.FileSettings.MaxFileSize,
})