Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
This refer to #RESTCOMM-1623
  • Loading branch information
gvagenas committed Feb 16, 2018
1 parent f29b6f1 commit 22e8291
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1248,9 +1248,6 @@ private void onCallStateChanged(Object message, ActorRef sender) throws Transiti
String msg = String.format("Got 180 Ringing from outbound call %s",sender);
logger.info(msg);
}
// if (is(forking)) {
// outboundCall = sender;
// }
break;
case CANCELED:
if (is(initializingBridge) || is(acquiringOutboundCallInfo) || is(bridging) || is(bridged)) {
Expand Down

0 comments on commit 22e8291

Please sign in to comment.