Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Nov 11, 2023
1 parent 92d906a commit e337b38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,6 @@ def raw_display_data_point_query(
resolve_dimension_external_ids=external_id_as_dimension_identifier,
data_series_query_info=data_series_query_info
)

print(query_str)

raw = DisplayDataPoint.objects\
.raw(
Expand Down
2 changes: 1 addition & 1 deletion skipper/skipper/environment_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'SKIPPER_INSTALLATION_NAME': 'localhost',
'SKIPPER_DJANGO_SECRET_KEY': 't#oin*ss-y%q9!qh)dl#suaof2cl65e3f#q^m&rvtcznogu3ox',
'SKIPPER_DOMAIN': 'localhost',
'SKIPPER_S3_ENDPOINT_URL': 'http://localhost:' + os.getenv('SEAWEEDFS_DEV_OUTSIDE_PORT', '8001'),
'SKIPPER_S3_ENDPOINT_URL': 'http://localhost:' + os.getenv('SEAWEEDFS_DEV_OUTSIDE_PORT', '8000'),
'SKIPPER_TASK_DASHBOARD_ENABLED': 'true',
'SKIPPER_OTEL_JAEGER_UI_ENABLED': 'true',
"SKIPPER_DB_USER": 'cephalopod',
Expand Down

0 comments on commit e337b38

Please sign in to comment.