Simon Volpert gmitodo / 1b43f6a
Remove debugging information printing on unrecognized requests Simon Volpert 3 years ago
1 changed file(s) with 2 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
140140 state.remove(query_string)
141141 write_state(state)
142142 print('30 gemini://{}/cgi-bin/todo\r'.format(server_name))
143 # Dump debugging information
143 # Deny all other requests
144144 else:
145 print('20 text/gemini\r')
146 print(repr(os.environ))
145 print('50 text/gemini\r')