[CORD-3090] Remove Filebeat logging
Change-Id: Ib735bf6170af8d1f71a75bff6de417a54aafc0a6
diff --git a/xos/synchronizer/vtn-synchronizer.py b/xos/synchronizer/vtn-synchronizer.py
index b5944a8..e1126e5 100755
--- a/xos/synchronizer/vtn-synchronizer.py
+++ b/xos/synchronizer/vtn-synchronizer.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# Copyright 2017-present Open Networking Foundation
#
@@ -13,9 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-
-#!/usr/bin/env python
-
# This imports and runs ../../xos-observer.py
import importlib
@@ -32,4 +30,3 @@
mod = importlib.import_module("synchronizers.new_base.xos-synchronizer")
mod.main()
-