Skip to content

Commit

Permalink
Some more changes to JS implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
navaneeth committed Feb 24, 2014
1 parent 72b6ea4 commit 9122ab6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions javascript/step_implementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,3 @@ twist.step("test step with {arg0} and {arg1}", function(arg0, arg1) {
console.log(arg1);
});

var util = require('util');

5 changes: 0 additions & 5 deletions javascript/twist.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ var builder = protoBuf.loadProtoFile("../messages.proto");
var s = require('net').Socket();
s.connect(8888, 'localhost');

// function dispatchMessage(message) {

// }

var util = require('util');
var ByteBuffer = require("bytebuffer");
var message = builder.build("main.Message");

Expand Down

0 comments on commit 9122ab6

Please sign in to comment.