Remove debugging message from reports context processor
Whoops! Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -12,16 +12,6 @@ def boards(request):
|
||||
|
||||
def reports(request):
|
||||
user = request.user
|
||||
print("reports!")
|
||||
print("reports!")
|
||||
print("reports!")
|
||||
print("reports!")
|
||||
print("reports!")
|
||||
print("reports!")
|
||||
print("reports!")
|
||||
print("reports!")
|
||||
print("reports!")
|
||||
print("reports!")
|
||||
if user and user.has_perm("board.view_reportrecord"):
|
||||
return {
|
||||
"reports": ReportRecord.objects.all(),
|
||||
|
||||
Reference in New Issue
Block a user