Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Fri, 09 Nov 2012 15:39:10 UTC Commit: 37e649367b9da28058ed6b41285314937ac411a4 https://github.com/geany/geany-plugins/commit/37e649367b9da28058ed6b41285314...
Log Message: ----------- GeanyLaTeX: Remove development debugging output
Modified Paths: -------------- geanylatex/src/latexutils.c
Modified: geanylatex/src/latexutils.c 1 files changed, 0 insertions(+), 1 deletions(-) =================================================================== @@ -32,7 +32,6 @@ gchar **glatex_read_file_in_array(const gchar *filename)
if (data != NULL) { - g_warning("Content eingelesen: \n %s", data); result = g_strsplit_set(data, "\r\n", -1); g_free(data); return result;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).
plugins-commits@lists.geany.org