Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Mar 29, 2024
1 parent 05c4f7d commit 7865c22
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ jobs:
docker logs $container_id
echo "::endgroup::"
echo "::group::websockify logs"
docker exec $container_id bash -c "cat /tmp/websockify.log"
echo "::endgroup::"
echo "::group::vncserver logs"
docker exec $container_id bash -c 'cat ~/.vnc/*.log'
echo "::endgroup::"
Expand Down
17 changes: 0 additions & 17 deletions findings.md

This file was deleted.

1 change: 0 additions & 1 deletion jupyter_remote_desktop_proxy/setup_websockify.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def setup_websockify():
'command': [
'websockify',
'--verbose',
'--log-file=/tmp/websockify.log',
'--heartbeat=30',
'{port}',
]
Expand Down

0 comments on commit 7865c22

Please sign in to comment.