Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland committed Sep 7, 2024
1 parent d22144c commit 820d9da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions snakes/src/lib/utilities/game-controls.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import { Socket } from 'socket.io-client';

const demoPlayers = ['Alex', 'Rob', 'Candace', 'Laura'];

function wait(time: number) {
return new Promise(resolve => setTimeout(resolve, time));
}
Expand Down

0 comments on commit 820d9da

Please sign in to comment.