From b38aff0b893d6ff08ed6b5410a4e5db922ca0f20 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 10 Jul 2017 18:51:26 +0530 Subject: [PATCH] [minor] remove commented lines in travis.yml --- .travis.yml | 3 --- frappe/email/doctype/email_account/email_account.py | 1 - 2 files changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e6eaa4461..4685cdbd3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,6 @@ addons: - google-chrome packages: - google-chrome-stable - # sauce_connect: - # username: "rmehta1" - # access_key: "a80640ec-24c8-44ad-9398-1b6f123ae4a1" python: - "2.7" diff --git a/frappe/email/doctype/email_account/email_account.py b/frappe/email/doctype/email_account/email_account.py index 209ee5e55b..0d3649783f 100755 --- a/frappe/email/doctype/email_account/email_account.py +++ b/frappe/email/doctype/email_account/email_account.py @@ -472,7 +472,6 @@ class EmailAccount(Document): parent = frappe._dict(doctype=self.append_to, name=parent[0].name) return parent - def create_new_parent(self, communication, email): '''If no parent found, create a new reference document'''