diff --git a/src/FACT_jobs.jl b/src/FACT_jobs.jl
index e4189ea3100b6e046678a7d588f4792e2f8ab9d0..679d4a7dba39e96bdb71a5cd7cf04bd52d399207 100644
--- a/src/FACT_jobs.jl
+++ b/src/FACT_jobs.jl
@@ -99,8 +99,7 @@ function us_qcew(conn::MySQL.Connection, selection::Dict)
         result = query_connection(conn, query)
         # Check if the 'industry' column exists
         if !("industry" in names(result))
-            println(result)
-            println("No data returned for query with GeoID = $full_id and Year = $year and AND Agglvl_code = $agglvl_code.")
+             println("No data returned for query with GeoID = $full_id and Year = $year and AND Agglvl_code = $agglvl_code.")
             # Initialize `result` with the expected columns but no rows
             result = DataFrame(industry = String[], jobs = Float64[], geo_id = String[], agg_level = Int[])
         end