Remove unused code

Change-Id: I4c741169fef307d8756343452fdf57fecc23bcdc
Signed-off-by: Daniel Arndt <daniel.arndt@canonical.com>
diff --git a/setup.py b/setup.py
index ec75988..4d1c9e9 100644
--- a/setup.py
+++ b/setup.py
@@ -30,12 +30,6 @@
         subprocess.call([sys.executable, "-m", "pip", "install", package])
 
     def run(self):
-        self.pipinstall('pyang')
-        self.pipinstall('pyangbind')
-        import pyangbind
-        print("Using dir {}/{} for python artifacts".format(os.getcwd(), self.im_dir))
-        path = "{}/{}".format(os.getcwd(), self.im_dir)
-
         protoc_command = ["make", "models"]
         if subprocess.call(protoc_command) != 0:
             sys.exit(-1)