From 8e65d5bd5b24557fd61e895950ef0bb32f5708ef Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Mon, 1 Jul 2019 14:32:29 +0530 Subject: [PATCH] chore: Delete unwanted files --- erpnext/communication/doctype/call_log/call_log.js | 8 -------- .../communication_medium/communication_medium.js | 8 -------- .../communication_medium/test_communication_medium.py | 10 ---------- 3 files changed, 26 deletions(-) delete mode 100644 erpnext/communication/doctype/call_log/call_log.js delete mode 100644 erpnext/communication/doctype/communication_medium/communication_medium.js delete mode 100644 erpnext/communication/doctype/communication_medium/test_communication_medium.py diff --git a/erpnext/communication/doctype/call_log/call_log.js b/erpnext/communication/doctype/call_log/call_log.js deleted file mode 100644 index 0018516ec0..0000000000 --- a/erpnext/communication/doctype/call_log/call_log.js +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors -// For license information, please see license.txt - -frappe.ui.form.on('Call Log', { - // refresh: function(frm) { - - // } -}); diff --git a/erpnext/communication/doctype/communication_medium/communication_medium.js b/erpnext/communication/doctype/communication_medium/communication_medium.js deleted file mode 100644 index e37cd5b454..0000000000 --- a/erpnext/communication/doctype/communication_medium/communication_medium.js +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and contributors -// For license information, please see license.txt - -frappe.ui.form.on('Communication Medium', { - // refresh: function(frm) { - - // } -}); diff --git a/erpnext/communication/doctype/communication_medium/test_communication_medium.py b/erpnext/communication/doctype/communication_medium/test_communication_medium.py deleted file mode 100644 index fc5754fe98..0000000000 --- a/erpnext/communication/doctype/communication_medium/test_communication_medium.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8 -*- -# Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and Contributors -# See license.txt -from __future__ import unicode_literals - -# import frappe -import unittest - -class TestCommunicationMedium(unittest.TestCase): - pass