diff --git a/TapTapTaxi/static/js/game/TTTGame.ts b/TapTapTaxi/static/js/game/TTTGame.ts index 141293c..20b4117 100644 --- a/TapTapTaxi/static/js/game/TTTGame.ts +++ b/TapTapTaxi/static/js/game/TTTGame.ts @@ -576,17 +576,4 @@ } -} - -/* -var TTTGame = (function () { - - TTTGame.prototype.update = function () { - - - }; - return TTTGame; - -})(); - -*/ \ No newline at end of file +} \ No newline at end of file