Index: remoting/webapp/clipboard.js |
diff --git a/remoting/webapp/clipboard.js b/remoting/webapp/clipboard.js |
index 98abce11176ef63c2267101e003551542cf494dd..b917929fe91616349b78439c36d2ed4c6a0526ea 100644 |
--- a/remoting/webapp/clipboard.js |
+++ b/remoting/webapp/clipboard.js |
@@ -167,7 +167,7 @@ remoting.Clipboard.prototype.toOs = function(clipboardData) { |
remoting.Clipboard.prototype.initiateToHost = function() { |
// It would be cleaner to send a paste command to the plugin element, |
// but that's not supported. |
- console.log('Initiating clipboard paste.'); |
+ //console.log('Initiating clipboard paste.'); |
document.execCommand("paste"); |
}; |