diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 251: Remove commented out code in models.py since we are already version

Message ID 20130722100313.5831.68925.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Senthil Kumaran July 22, 2013, 10:03 a.m. UTC
------------------------------------------------------------
revno: 251
committer: Senthil Kumaran <senthil.kumaran@linaro.org>
branch nick: trunk
timestamp: Mon 2013-07-22 15:31:42 +0530
message:
  Remove commented out code in models.py since we are already version
  controlled ;)
modified:
  lava_scheduler_app/models.py


--
lp:lava-scheduler
https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk

You are subscribed to branch lp:lava-scheduler.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_scheduler_app/models.py'
--- lava_scheduler_app/models.py	2013-06-26 12:57:41 +0000
+++ lava_scheduler_app/models.py	2013-07-22 10:01:42 +0000
@@ -198,10 +198,6 @@ 
         self.health_status = Device.HEALTH_LOOPING
         self.save()
 
-    #@classmethod
-    #def find_devices_by_type(cls, device_type):
-    #    return device_type.device_set.all()
-
 
 class JobFailureTag(models.Model):
     """