Remove debugging line which used only single account.guid value - using 1 value made SQL

statement much shorter and easier to examine.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18136 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Phil Longstaff 2009-06-19 16:50:08 +00:00
parent 63ca792cfb
commit 67654bf11c

View File

@ -795,7 +795,6 @@ convert_query_term_to_sql( const gchar* fieldName, QofQueryTerm* pTerm, GString*
g_string_append( sql, "'" );
g_string_append( sql, val );
g_string_append( sql, "'" );
break;
}
g_string_append( sql, ")" );
g_string_append( sql, ")" );