Skip to content

Commit

Permalink
Remove unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Mar 29, 2018
1 parent afc2622 commit 629acfd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/protocol/Graph.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -203,17 +203,11 @@ class GraphProtocol
data =
public: publicName
graph: id
#node: port.process
#port: port.port
#metadata: port.metadata
@sendAll 'removeinport', data, context
graph.on 'removeOutport', (publicName, port) =>
data =
public: publicName
graph: id
#node: port.process
#port: port.port
#metadata: port.metadata
@sendAll 'removeoutport', data, context
graph.on 'renameInport', (oldName, newName) =>
data =
Expand Down

0 comments on commit 629acfd

Please sign in to comment.