diff --git a/main.js b/main.js
index 858fc4583a..150e8f68ad 100644
--- a/main.js
+++ b/main.js
@@ -38,14 +38,7 @@ $(document).ready(function() {
case 'Windows':
break;
case 'MacOS':
- var main_chromium_version = window.navigator.appVersion.replace(/.*Chrome\/([0-9.]*).*/,"$1").split('.')[0];
-
- if (main_chromium_version >= 33) {
- GUI.log('Configurator detected that you are running Chrome / Chromium with broken Serial API which \
- breaks the communication completely on this platform');
- GUI.log('You can find more about this issue on this address \
- "new serial API fails to set higher baudrate then 38400"');
- }
+ // var main_chromium_version = window.navigator.appVersion.replace(/.*Chrome\/([0-9.]*).*/,"$1").split('.')[0];
break;
case 'ChromeOS':
break;