Remove the extra grub_printf. Woops.

This commit is contained in:
Peter Jones 2012-10-01 14:13:46 -04:00
parent c8494619a4
commit 8ea95694cb
1 changed files with 1 additions and 2 deletions

View File

@ -152,11 +152,10 @@ index b5e6eb0..c44eced 100644
p[i++] = *s++;
else
p[i++] = ch;
@@ -381,14 +402,25 @@ parse_string (const char *str,
@@ -381,14 +402,24 @@ parse_string (const char *str,
int escaped = 0;
const char *optr;
+ grub_printf("str: \"%s\"\n", str);
for (ptr = str; ptr && *ptr; )
switch (*ptr)
{