From 2327352da7a15f866d54f418537a4f3eb514521b Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 17 Sep 2018 17:16:37 -0400 Subject: cleanup --- www/js/DataModel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js') diff --git a/www/js/DataModel.js b/www/js/DataModel.js index d4249b31..8b282aee 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -1903,7 +1903,7 @@ angular.module('zmApp.controllers') req = req + "&auth=" + myauthtoken; // req = req + "&command=17"; - debug("DataModel: Pausing live stream ck:" + ck+" for "+name); + debug("DataModel: Pausing live stream ck:" + ck+" for "+name + " url:"+url); return $http.get(req + "&command=1") .then( function (s) { -- cgit v1.2.3