[minor] remove commented lines in travis.yml

This commit is contained in:
Rushabh Mehta 2017-07-10 18:51:26 +05:30
parent b3bf9f35e3
commit b38aff0b89
2 changed files with 0 additions and 4 deletions

View file

@ -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"

View file

@ -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'''