File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
src/opengeodeweb_back/routes Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 1111from src .opengeodeweb_back import app_config
1212
1313
14- print ("Hello World" , app_config )
15-
16-
1714""" Global config """
1815app = flask .Flask (__name__ )
1916
2522else :
2623 app .config .from_object (app_config .DevConfig )
2724
28-
29- print (f"{ app .config = } " , flush = True )
3025PORT = int (app .config .get ("DEFAULT_PORT" ))
3126ORIGINS = app .config .get ("ORIGINS" )
3227SSL = app .config .get ("SSL" )
Original file line number Diff line number Diff line change @@ -147,8 +147,6 @@ def crs_converter_geographic_coordinate_systems():
147147 flask .request .json ["input_geode_object" ]
148148 )
149149 crs_list = []
150- print (infos )
151- print (flask .request .json ["input_geode_object" ])
152150 for info in infos :
153151 crs = {}
154152 crs ["name" ] = info .name
You can’t perform that action at this time.
0 commit comments