Skip to content

Commit

Permalink
GeanyLaTeX: Remove unneeded debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
frlan committed Oct 14, 2014
1 parent 25fc931 commit 4530d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geanylatex/src/bibtex.c
@@ -1,7 +1,7 @@
/*
* bibtex.c
*
* Copyright 2008-2012 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Copyright 2008-2014 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -246,7 +246,7 @@ LaTeXLabel* glatex_parseLine_bib(const gchar *line)
x++;
}
tmp_string = x + 1;
g_warning("%s", tmp_string);

while (*x != '\0' && *x != ',')
{
l++;
Expand Down

0 comments on commit 4530d9b

Please sign in to comment.