Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/record.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2008-01-17 22:39:43 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2008-01-17 22:39:43 (GMT)
commit63c1ac164dc8345e412aa5e63c2a3ae18a0dc6b6 (patch)
tree603da6602699fbb87053000cbeb8f506d6a316e8 /record.py
parentc3769ac662536ec5c47135b848b117984c3ab7c5 (diff)
b&w picture up when transcoding when you leave activity when recording and return
git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/51@1015 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'record.py')
-rwxr-xr-xrecord.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/record.py b/record.py
index 18758b9..8c10940 100755
--- a/record.py
+++ b/record.py
@@ -347,7 +347,6 @@ class Record(activity.Activity):
def meshReqRecFromBuddy( self, recd, fromWho, fromWhosNick ):
- self.__class__.log.debug('meshReqRecFromBuddy: ' + str(fromWho))
recd.triedMeshBuddies.append( fromWho )
recd.meshDownloadingFrom = fromWho
recd.meshDownloadingFromNick = fromWhosNick
@@ -360,8 +359,6 @@ class Record(activity.Activity):
def _meshCheckOnRecdRequest( self, recdRequesting ):
- self.__class__.log.debug('_meshCheckOnRecdRequest')
-
#todo: add category for "not active activity, so go ahead and delete"
if (recdRequesting.downloadedFromBuddy):