remove application stuff

This commit is contained in:
Cort Buffington 2013-10-29 07:08:04 -05:00
parent 329a701395
commit b55e430568
1 changed files with 3 additions and 6 deletions

View File

@ -19,7 +19,6 @@ import hmac
import hashlib
import socket
import csv
import time
import re
#************************************************
@ -394,9 +393,6 @@ class IPSC(DatagramProtocol):
# We have to know when we have a new peer list, so a variable to indicate we do (or don't)
#
self._peer_list = []
#
# A place to keep track of calls that are active on this IPSC
self.ACTIVE_CALLS = []
args = ()
@ -509,8 +505,9 @@ class IPSC(DatagramProtocol):
def reporting_loop(self):
# Right now, without this, we really dont' know anything is happening.
print_master(self._network)
print_peer_list(self._network)
# print_master(self._network)
# print_peer_list(self._network)
pass
def maintenance_loop(self):