Skip to content

Commit 6aa5f7c

Browse files
author
Michael Christopher
committed
Version 1.4
1 parent 6eb830c commit 6aa5f7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zencoder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ function ZencoderRequest($url, $api_key = "", $params = "", $options = "") {
127127
$url .= (substr_count($url, '?') > 0) ? "&api_key=" : "?api_key=";
128128
$url .= $api_key;
129129
}
130-
echo $url;die;
131130

132131
// Get JSON
133132
if(is_string($params)) {

0 commit comments

Comments
 (0)