Commit 761df1d7 authored by Seblu's avatar Seblu
Browse files

Remove redundant check of notify

parent af377943
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -245,8 +245,6 @@ class Aurbot(object):
	def send_build_report(self, pkgconfig, localpkg, aurpkg, status, logfile):
		''' Send build notification
		'''
		if "notify" not in pkgconfig:
			return
		info("Send build report")
		# generate message
		msg = MIMEMultipart()