mirror of
https://github.com/adulau/aha.git
synced 2024-12-26 10:46:11 +00:00
Remove debug print
This commit is contained in:
parent
6f75d2f7d0
commit
aa8cf2d75c
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ class PeriodTaks():
|
|||
#Old file was found record it
|
||||
if queue == self.outqueue:
|
||||
msg = self.record_message(af,t1,PeriodTaks.FROM_KERNEL)
|
||||
print msg
|
||||
if queue == self.inqueue:
|
||||
msg = self.record_message(af,t1,PeriodTaks.TO_KERNEL)
|
||||
#Remove it
|
||||
|
|
Loading…
Reference in a new issue