Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akmiller01 committed Apr 8, 2021
1 parent fdfd27d commit 0f4594f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,6 @@ def streaming_tables_export_view(request, table_name, schema="repo"):

try:
table_query_builder = TableQueryBuilder(table_name, schema)
print("Here")
exporter = TableStreamingExporter(
table_query_builder.select().get_sql_without_limit())
response = StreamingHttpResponse(
Expand Down

0 comments on commit 0f4594f

Please sign in to comment.