aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-05-03 18:50:08 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2015-05-03 16:51:54 +0000
commitb07ffb0f58d021713e98f3c34c94c728fa1b55ee (patch)
tree481e9cdb3a9fc96c2f0faea040551b38838a719c /wireshark-qt.cpp
parent3d4646e978b5a3719236495272d4ed3d51d9e5b9 (diff)
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>
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index 16393af02a..cfb665543f 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -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