From 005944e4f89aed57890f434f74619a6e489bd7df Mon Sep 17 00:00:00 2001
From: andileco <daniel@andile.co>
Date: Wed, 12 Apr 2017 10:46:58 -0400
Subject: [PATCH] Removing a drupal_set_message

---
 charts.module | 1 -
 1 file changed, 1 deletion(-)

diff --git a/charts.module b/charts.module
index 9561638..ea293d0 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');
-- 
GitLab