Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Aho committed Oct 12, 2015
1 parent 981447b commit ff11f39
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 151 deletions.
8 changes: 0 additions & 8 deletions client/src/ActionController.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ config = YAML.parse fs.readFileSync('etc/config.yml', 'utf8')

console.log "Config: ", config

#SOCKET = 'tcp://127.0.0.1:3000'
#SOCKET = 'tcp://127.0.0.1:8282'

#
# Action Controller
#
Expand Down Expand Up @@ -107,11 +104,6 @@ socket.on 'connect', (fd, ep) ->
str_topic = topic.toString()
str_message = message.toString()

console.log 'topic: ', topic
console.log 'topic stringified: ', str_topic

console.log 'message: ', message
console.log 'message stringified: ', str_message
if(topic.toString() == 'update')
model = JSON.parse str_message
actionController.parseGestures(model)
Expand Down
141 changes: 0 additions & 141 deletions config.json

This file was deleted.

2 changes: 0 additions & 2 deletions server/src/FrameController.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ YAML = require 'yamljs'

config = YAML.load 'etc/config.yml'

#SOCKET = 'tcp://127.0.0.1:3000'

# Frame controller recieves leap frame data from leapd and parses it into a
# structured format we'll use later to configure gestures with
class FrameController extends EventEmitter
Expand Down

0 comments on commit ff11f39

Please sign in to comment.