diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2012-03-13 05:32:49 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2012-03-13 05:32:49 -0700 |
commit | 6d86e76a927e209e655a2376b5fd0dc24dc6ae06 (patch) | |
tree | 27a54113d2516e44d7e1cd862556f936d3b5d570 | |
parent | d438538c9f271afef897253c695d5dbc0a66470f (diff) |
plugin: Remove redundant debug message
-rw-r--r-- | src/evbp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -248,7 +248,6 @@ evbp_stream_as_file(NPP instance, NPStream *stream, const char *fname) g_object_unref(file); /* load the document */ - g_debug("loading document \"%s\"", uri); if (!evbp_viewer_load_uri(EVBP_VIEWER(priv->viewer), uri, &error)) { g_warning("failed to load document \"%s\": %s\n", uri, error->message); |