diff --git a/charts.module b/charts.module
index 9561638772f511543df18eb7d2b33488c060c86f..ea293d007ddc0fe68d9c1764886a49855dab955a 100644
--- a/charts.module
+++ b/charts.module
@@ -29,7 +29,6 @@ function charts_theme($existing, $type, $theme, $path) {
 function template_preprocess_views_view_charts(&$variables) {
 
   $options = $variables['view']->style_plugin->options;
-  drupal_set_message(json_encode($options).'options');
   $attachmentDisplayOptions = [];
 
   $service = \Drupal::service('charts.charts_attachment');