Skip to content

Commit

Permalink
Removed some debug stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr committed Sep 19, 2010
1 parent 7a2c99b commit f66ba92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions qataki
Original file line number Diff line number Diff line change
Expand Up @@ -413,10 +413,8 @@ fn_download() {
{
case $1 in
no_file)
$curl -n $curl_extra_opts $api_url $api_params ;; #>/dev/null ;;
#$curl $curl_opts $api_url $api_params >/dev/null ;;
$curl $curl_opts $api_url $api_params >/dev/null ;;
file)
#$curl $curl_extra_opts -v $api_url $api_params ;; #> $tmp_file ;;
$curl $curl_opts $api_url $api_params > $tmp_file ;;
search)
$curl $curl_opts $api_url $api_params | \
Expand Down

0 comments on commit f66ba92

Please sign in to comment.