remove obsolete loggin statement

This commit is contained in:
Thomas Ruoff
2016-01-18 09:27:43 +01:00
parent 985d394872
commit 610fd07bec

View File

@@ -50,9 +50,6 @@ function generateXrandrOptions(monitorList, devices) {
xrandrOptions += monitorOptions.join(' '); xrandrOptions += monitorOptions.join(' ');
}); });
console.log(xrandrOptions);
// sanity check if at least one monitor is on // sanity check if at least one monitor is on
if (xrandrOptions.indexOf('--auto') === -1) { if (xrandrOptions.indexOf('--auto') === -1) {
throw 'Non of the given monitors are connected, aborting...'; throw 'Non of the given monitors are connected, aborting...';