Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Hall committed Jul 31, 2020
1 parent 2064edd commit 650550a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,6 @@ document.addEventListener('DOMContentLoaded', () => {
cpuCarrierCount = 10
}

console.log(destroyerCount,submarineCount,cruiserCount,battleshipCount,carrierCount)

if ((destroyerCount + submarineCount + cruiserCount + battleshipCount + carrierCount) === 50) {
infoDisplay.innerHTML = "YOU WIN"
gameOver()
Expand Down
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const path = require('path')
const http = require('http')
const PORT = process.env.PORT || 3000
const socketio = require('socket.io')
const { connect } = require('http2')
const app = express()
const server = http.createServer(app)
const io = socketio(server)
Expand Down

0 comments on commit 650550a

Please sign in to comment.