From: <che...@us...> - 2011-09-16 08:38:13
|
Revision: 4290 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4290&view=rev Author: chemelli_sf Date: 2011-09-16 08:38:07 +0000 (Fri, 16 Sep 2011) Log Message: ----------- Small cleanup Modified Paths: -------------- trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/DriverVista.cs Modified: trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/DriverVista.cs =================================================================== --- trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/DriverVista.cs 2011-09-16 08:37:32 UTC (rev 4289) +++ trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Microsoft MCE Transceiver/DriverVista.cs 2011-09-16 08:38:07 UTC (rev 4290) @@ -1020,18 +1020,6 @@ private void IoControl(IoCtrl ioControlCode, IntPtr inBuffer, int inBufferSize, IntPtr outBuffer, int outBufferSize, out int bytesReturned) { - /* - IrssUtils.IrssLog.Append("IoControl.log"); - IrssUtils.IrssLog.Debug("IoControl: Start of [{0}]", ioControlCode.ToString()); - - IrssUtils.IrssLog.Debug("IoControl: Thread Name =[{0}]", System.Threading.Thread.CurrentThread.Name); - IrssUtils.IrssLog.Debug("IoControl: ioControlCode =[{0}]", ioControlCode.ToString()); - IrssUtils.IrssLog.Debug("IoControl: inBuffer =[{0}]", inBuffer.ToString()); - IrssUtils.IrssLog.Debug("IoControl: inBufferSize =[{0}]", inBufferSize.ToString()); - IrssUtils.IrssLog.Debug("IoControl: outBuffer =[{0}]", outBuffer.ToString()); - IrssUtils.IrssLog.Debug("IoControl: outBufferSize =[{0}]", outBufferSize.ToString()); - */ - if (!_deviceAvailable) throw new InvalidOperationException("Device not available"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |