Skip to content
Snippets Groups Projects
Commit 005944e4 authored by andileco's avatar andileco
Browse files

Removing a drupal_set_message

parent 75145aca
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,6 @@ function charts_theme($existing, $type, $theme, $path) { ...@@ -29,7 +29,6 @@ function charts_theme($existing, $type, $theme, $path) {
function template_preprocess_views_view_charts(&$variables) { function template_preprocess_views_view_charts(&$variables) {
$options = $variables['view']->style_plugin->options; $options = $variables['view']->style_plugin->options;
drupal_set_message(json_encode($options).'options');
$attachmentDisplayOptions = []; $attachmentDisplayOptions = [];
$service = \Drupal::service('charts.charts_attachment'); $service = \Drupal::service('charts.charts_attachment');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment