mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
AMQP: move logmessage for sending actions
This commit is contained in:
parent
cbd71b90bf
commit
44e919b5af
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,6 @@ func sendActionToIC(c *gin.Context) {
|
|||
}
|
||||
|
||||
//now := time.Now()
|
||||
log.Println("AMQP: Sending actions:", actions)
|
||||
|
||||
for _, action := range actions {
|
||||
/*if action.When == 0 {
|
||||
|
@ -312,6 +311,7 @@ func sendActionToIC(c *gin.Context) {
|
|||
return
|
||||
}
|
||||
}
|
||||
log.Println("AMQP: Sending actions:", actions)
|
||||
|
||||
c.JSON(http.StatusOK, gin.H{
|
||||
"success": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue