From 629caf2d8df1de48ef5b463f88422c99a9f8e88b Mon Sep 17 00:00:00 2001
From: Victor Manuel Alvarez <vmalvarez@vmalvarez-macbookpro.roam.corp.google.com>
Date: Thu, 18 May 2017 00:58:30 +0200
Subject: [PATCH] Remove unneeded commands

---
 appveyor.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 40efd5f..01974e9 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -77,11 +77,6 @@ install:
         https://ci.appveyor.com/api/projects/$env:APPVEYOR_ACCOUNT_NAME/$env:APPVEYOR_PROJECT_SLUG/history?recordsNumber=50).builds | `
         Where-Object pullRequestId -eq $env:APPVEYOR_PULL_REQUEST_NUMBER)[0].buildNumber) { `
           throw "There are newer queued builds for this pull request, failing early." }
-  - ECHO "Filesystem root:"
-  - ps: "ls \"C:/\""
-
-  - ECHO "Installed SDKs:"
-  - ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""
 
   # Install Python (from the official .msi of http://python.org) and pip when
   # not already installed.
@@ -145,7 +140,6 @@ after_test:
   - "%CMD_IN_ENV% python setup.py bdist_wheel"
   - "%CMD_IN_ENV% python setup.py bdist_wininst"
   - "%CMD_IN_ENV% python setup.py bdist_msi"
-  - ps: "ls dist"
 
 artifacts:
   # Archive the generated packages in the ci.appveyor.com build report.
--
libgit2 0.26.0