removed debug line

This commit is contained in:
Samuel M Smith 2014-12-22 13:04:46 -07:00
parent ca878d8f8d
commit 1bb0d537ca

View File

@ -921,8 +921,6 @@ class SaltRaetRouter(ioflo.base.deeding.Deed):
msg is message body dict
sender is unique name of remote that sent the message
'''
import wingdbstub
try:
s_estate, s_yard, s_share = msg['route']['src']
d_estate, d_yard, d_share = msg['route']['dst']