From 70faba8199f4a9ac4b157cd4fb0c1107dbb6f81f Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 9 Aug 2015 14:13:54 +0300 Subject: client/view/graph_view: silence debug print --- src/client/rz_api_backend.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/client/rz_api_backend.js b/src/client/rz_api_backend.js index bc8cd7b2..1c84f5e9 100644 --- a/src/client/rz_api_backend.js +++ b/src/client/rz_api_backend.js @@ -60,8 +60,7 @@ define(['util', 'model/core'], function(util, model_core) { var ret_data = xhr.data; util.assert(undefined == xhr.error); // assert we no longer return errors along with HTTP 200 status codes - console.log('ajax success: return value:'); - console.dir(ret_data); + console.log('ajax success: return value: ' + ret_data); if (on_success) { on_success(ret_data); }; -- cgit v1.3.1