Commit b9157a32 authored by gmantele's avatar gmantele
Browse files

Remove debugging message

parent 509d669c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -307,7 +307,6 @@ public class SearchColumnList extends TextualSearchList<DBColumn> {

					// if here, all prefixes are matching and so the column is a good match:
					DBColumn goodMatch = matchTable.getColumn(match.getADQLName(), true);
					System.out.println("Good match for \"" + catalog + "." + schema + "." + table + "." + column + "\" found: " + goodMatch);
					result.add(goodMatch);
				}
			}