From a2937a909979f8dbafad7f1e7eb5412a184781c9 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 1 Dec 2017 12:25:39 +0100 Subject: bin/mysql-functions: remove debug output --- bin/mysql-functions | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bin/mysql-functions') diff --git a/bin/mysql-functions b/bin/mysql-functions index 33f5d6d..cc21b21 100755 --- a/bin/mysql-functions +++ b/bin/mysql-functions @@ -35,10 +35,4 @@ add_package_source() { } | \ sed 's|, )|)|g' )" - - ${mysql_command} "$( - printf 'SELECT * FROM package_sources' - printf ' LEFT JOIN upstream_repositories' - printf ' ON package_sources.upstream_package_repository = upstream_repositories.id;' - )" } -- cgit v1.2.3-54-g00ecf