fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [14048] remove console.log


From: Saul
Subject: [Fmsystem-commits] [14048] remove console.log
Date: Tue, 29 Sep 2015 00:52:13 +0000

Revision: 14048
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=14048
Author:   psaul
Date:     2015-09-29 00:52:12 +0000 (Tue, 29 Sep 2015)
Log Message:
-----------
remove console.log

Modified Paths:
--------------
    branches/dev-syncromind/booking/js/booking/application.js

Modified: branches/dev-syncromind/booking/js/booking/application.js
===================================================================
--- branches/dev-syncromind/booking/js/booking/application.js   2015-09-29 
00:51:23 UTC (rev 14047)
+++ branches/dev-syncromind/booking/js/booking/application.js   2015-09-29 
00:52:12 UTC (rev 14048)
@@ -44,8 +44,6 @@
 }
 
 function populateTableChkRegulations (building_id, selection, resources) {
-    console.log(selection);
-    console.log(resources);
     var url = 
'index.php?menuaction=booking.uidocument_view.regulations&sort=name&phpgw_return_as=json&owner[]=building::'+building_id;
     for(var r in resources) {
         url += '&owner[]=resource::'+resources[r];




reply via email to

[Prev in Thread] Current Thread [Next in Thread]