diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-01-12 15:25:38 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-01-12 15:25:38 +0100 |
commit | c17a4d5c768d8e23e2c4b329eec264f1038967dc (patch) | |
tree | 8aef876fbb97e7d67b59e552a47df2fff3bb7bef /src/plugins/scripts/script.c | |
parent | add64d6f477c8c1768f98c8a8c03d7b207a87a6b (diff) | |
download | weechat-c17a4d5c768d8e23e2c4b329eec264f1038967dc.zip |
Migration of Python plugin to new API, bugs fixed in Perl/Python plugins
Diffstat (limited to 'src/plugins/scripts/script.c')
-rw-r--r-- | src/plugins/scripts/script.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/scripts/script.c b/src/plugins/scripts/script.c index dfdb6acd4..01a5e0dfa 100644 --- a/src/plugins/scripts/script.c +++ b/src/plugins/scripts/script.c @@ -46,8 +46,6 @@ script_config_read (struct t_weechat_plugin *weechat_plugin) { char *string; - weechat_printf (NULL, "script_config_read"); - string = weechat_config_get_plugin (SCRIPT_OPTION_CHECK_LICENSE); if (!string) { |