Removed the old version of the simple GUI and other extraneous files.

Change-Id: Ib21bdffea35b610fa42731187dd0084f28f2f7dc
diff --git a/start-rest.sh b/start-rest.sh
index 92a14da..e29a05d 100755
--- a/start-rest.sh
+++ b/start-rest.sh
@@ -2,7 +2,7 @@
 
 # Change this accordingly
 ONOS_HOME=${ONOS_HOME:-${HOME}/ONOS}
-script_name="topology_rest.py"
+script_name="simple_web_server.py"
 
 #######################
 WEBDIR=${ONOS_HOME}/web
@@ -39,8 +39,6 @@
     for p in ${pids}; do
 	if [ x$p != "x" ]; then
             dokill $p
-#	    sudo kill -KILL $p
-#	    echo "Killed existing prosess (pid: $p)"
 	fi
     done
 }
@@ -57,10 +55,6 @@
 function start {
     lotate $REST_LOG 10 
     cd $WEBDIR
-    # Make log dir for iperf log files
-    if [ ! -d  log ]; then
-      mkdir log
-    fi
     $restscript > $REST_LOG 2>&1 &
 }