remove exampleservice cherry-pick
diff --git a/scripts/single-node-pod.sh b/scripts/single-node-pod.sh
index 053e82e..082fb0a 100755
--- a/scripts/single-node-pod.sh
+++ b/scripts/single-node-pod.sh
@@ -62,13 +62,6 @@
     ssh ubuntu@xos "cd xos; git config --global user.email 'ubuntu@localhost'; git config --global user.name 'XOS ExampleService'"
     ssh ubuntu@xos "cd xos; git checkout $BUILD_BRANCH"
 
-    if [[ $EXAMPLESERVICE -eq 1 ]]
-    then
-      echo ""
-      echo "Adding exampleservice to XOS"
-      ssh ubuntu@xos "cd xos; git cherry-pick cd6e972210f4134ffb2f7a36fb3c4baf33f02bef"
-    fi
-
     echo "Rebuilding XOS containers"
     ssh ubuntu@xos "cd xos/containers/xos; make base"
     ssh ubuntu@xos "cd xos/xos/configurations/cord-pod; make local_containers"