Revert "Re-land "[dev-util] Add symbolicate_dump endpoint to dev server""
This reverts commit 66e91c132f9651905a567978a97d192d485e03c4
Apparently, this causes the wait_for_status endpoint to return incorrectly.
Change-Id: Id06f5b2ae2bb6a0e005318ed7ea0661ec3ebd1ed
Reviewed-on: https://gerrit.chromium.org/gerrit/21642
Reviewed-by: Scott Zawalski <scottz@chromium.org>
Tested-by: Chris Masone <cmasone@chromium.org>
Commit-Ready: Chris Masone <cmasone@chromium.org>
Reviewed-by: Chris Masone <cmasone@chromium.org>
diff --git a/downloader.py b/downloader.py
index d0ef6e8..99988e1 100755
--- a/downloader.py
+++ b/downloader.py
@@ -75,8 +75,7 @@
cherrypy.log('Gathering download requirements %s' % self._archive_url,
'DOWNLOAD')
artifacts = devserver_util.GatherArtifactDownloads(
- self._staging_dir, self._archive_url, short_build, self._build_dir,
- self._static_dir)
+ self._staging_dir, self._archive_url, short_build, self._build_dir)
devserver_util.PrepareBuildDirectory(self._build_dir)
cherrypy.log('Downloading foreground artifacts from %s' % archive_url,