Mailinglist Archive: yast-commit (1138 mails)
| < Previous | Next > |
[yast-commit] <rest-service> master : removed extra debug logging
- From: Jiri Suchomel <jsuchome@xxxxxxx>
- Date: Thu, 5 Nov 2009 10:07:52 +0100
- Message-id: <E1N5yMh-0004jt-1q@xxxxxxxxxxxxxxxx>
ref: refs/heads/master
commit 66f1ecff57afcf0cf14bbb5e14be499aa425c924
Author: Jiri Suchomel <jsuchome@xxxxxxx>
Date: Thu Nov 5 10:07:52 2009 +0100
removed extra debug logging
---
.../app/controllers/services_controller.rb | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/plugins/services/app/controllers/services_controller.rb
b/plugins/services/app/controllers/services_controller.rb
index f41ef23..e633cd2 100644
--- a/plugins/services/app/controllers/services_controller.rb
+++ b/plugins/services/app/controllers/services_controller.rb
@@ -40,7 +40,6 @@ class ServicesController < ApplicationController
# Execute service command (start or stop).
# Requires execute permission for services YaPI.
def update
-logger.debug "------------ update params: #{params.inspect}"
yapi_perm_check "services.execute"
begin
@service = Service.find params[:id]
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
commit 66f1ecff57afcf0cf14bbb5e14be499aa425c924
Author: Jiri Suchomel <jsuchome@xxxxxxx>
Date: Thu Nov 5 10:07:52 2009 +0100
removed extra debug logging
---
.../app/controllers/services_controller.rb | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/plugins/services/app/controllers/services_controller.rb
b/plugins/services/app/controllers/services_controller.rb
index f41ef23..e633cd2 100644
--- a/plugins/services/app/controllers/services_controller.rb
+++ b/plugins/services/app/controllers/services_controller.rb
@@ -40,7 +40,6 @@ class ServicesController < ApplicationController
# Execute service command (start or stop).
# Requires execute permission for services YaPI.
def update
-logger.debug "------------ update params: #{params.inspect}"
yapi_perm_check "services.execute"
begin
@service = Service.find params[:id]
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |