mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Removed leftover print from debugging.
This commit is contained in:
@@ -42,5 +42,3 @@ class ActivityStream(models.Model):
|
||||
|
||||
def get_absolute_url(self):
|
||||
return reverse('api:activity_stream_detail', args=(self.pk,))
|
||||
|
||||
print ActivityStream._meta.app_label
|
||||
Reference in New Issue
Block a user