Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Fixed #819: allow skipping of indexes, fragment roots, lexicons, fiel…
Browse files Browse the repository at this point in the history
…ds, etc. Also some code cleanup.
  • Loading branch information
grtjn committed Jan 11, 2018
1 parent aaa8fd1 commit ac14dcf
Show file tree
Hide file tree
Showing 5 changed files with 1,250 additions and 469 deletions.
2 changes: 1 addition & 1 deletion deploy/lib/MLClient.rb
Expand Up @@ -110,7 +110,7 @@ def go(url, verb, headers = nil, params = nil, body = nil, xcc = false)
end

request_params[:request].use_xcc(xcc)
logger.debug(params)
#logger.debug(params)
response = get_http.request request_params
response.value
response
Expand Down

0 comments on commit ac14dcf

Please sign in to comment.