Cleanup un peu
This commit is contained in:
		| @@ -103,10 +103,9 @@ public class CanvasService { | ||||
|             if (command.Equals(_lastCommand)) | ||||
|                 return; // Pour pas spammer des commandes si c'est pas pertinent. | ||||
|              | ||||
|             // TODO: Shipper les commandes à Franz. | ||||
|             _cache.GetSubscriber().Publish(RedisChannel.Literal("lol"), JsonConvert.SerializeObject(command)); | ||||
|  | ||||
|             //Draw(command); | ||||
|              | ||||
|             //Draw(command); // Local | ||||
|  | ||||
|             _lastCommand = command; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user