Qt: remove a debug log showing the plugins path at startup

Change-Id: I357a7d0b32a6cb4e80711feee49046b13317ea14
Reviewed-on: https://code.wireshark.org/review/8277
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2015-05-03 18:50:08 +02:00
parent 3d4646e978
commit b07ffb0f58
1 changed files with 0 additions and 2 deletions

View File

@ -822,8 +822,6 @@ DIAG_ON(cast-qual)
/* we register the plugin taps before the other taps because
stats_tree taps plugins will be registered as tap listeners
by stats_tree_stat.c and need to registered before that */
g_log(NULL, G_LOG_LEVEL_DEBUG, "plugin_dir: %s", get_plugin_dir());
#ifdef HAVE_PLUGINS
register_all_plugin_tap_listeners();
#endif