MMazzocchi / space-dud

space-dud is a nodejs HTTP plugin that facilitates the streaming of events between controller and display clients.
2 stars 0 forks source link

Clean up unneeded async functions. #42

Closed MMazzocchi closed 7 years ago

MMazzocchi commented 7 years ago

Before I knew how javascript worked, I added a bunch of async functions. Those need to be cleaned up where they aren't necessary.