- Removed the current env display, to be reworked ...

This commit is contained in:
Dave Mc Nicoll 2023-05-30 15:41:55 -04:00
parent abb0ad3a6a
commit bfd4edad5e
1 changed files with 2 additions and 2 deletions

View File

@ -55,9 +55,9 @@ namespace Dump {
break; break;
case $response instanceof HtmlResponse: case $response instanceof HtmlResponse:
$stream->write(<<<HTML /*$stream->write(<<<HTML
<span style="position:fixed;right:0;bottom:0;color:#4b4b4b;padding:2px 6px;z-index:99999999999;pointer-events:none;opacity:0.6;font-size:0.8em">env: DEV</span> <span style="position:fixed;right:0;bottom:0;color:#4b4b4b;padding:2px 6px;z-index:99999999999;pointer-events:none;opacity:0.6;font-size:0.8em">env: DEV</span>
HTML); HTML);*/
# no break; # no break;
default: default: