fixed missing closing bracket and removed debugging log

This commit is contained in:
Robbt 2018-12-13 21:26:08 -05:00
parent 6cd5550721
commit ac10de5090
1 changed files with 1 additions and 2 deletions

View File

@ -54,9 +54,8 @@ var AIRTIME = (function (AIRTIME) {
* Generate a smartblock and playlist for this smartblock.
*/
$scope.createSmartblock = function () {
console.log($scope.podcast.id);
$.post(endpoint + "smartblock", {csrf_token: $("#csrf").val(), id: $scope.podcast.id}, callback);
};
/**
* Close the tab and discard any changes made to the podcast data.
*/