From 10e9ab0d23d0b45df2f3e09e8f60dea0a75fd5a4 Mon Sep 17 00:00:00 2001 From: thlo Date: Thu, 3 Oct 2013 14:38:40 +0200 Subject: Cleanup of debug procedures. --- smarttv-client/Javascript/Server.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'smarttv-client/Javascript/Server.js') diff --git a/smarttv-client/Javascript/Server.js b/smarttv-client/Javascript/Server.js index cfc1dd6..a141f5d 100755 --- a/smarttv-client/Javascript/Server.js +++ b/smarttv-client/Javascript/Server.js @@ -666,9 +666,7 @@ function execRestCmd(cmd, guid, args) { var title_list = title.split("~"); Data.addItem( title_list, {link : link, prog: programme, desc: description, guid : guid, start: startVal, dur: durVal, ispes : ispes, isnew : isnew, fps : fps, num : num}); - - Display.showPopup("Server.updateEntry: addItem= " + title); - + }); // each Data.assets.sortPayload(Data.sortType); -- cgit v1.2.3