You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by dp...@apache.org on 2018/08/26 18:11:10 UTC

[cordova-lib] 03/03: Remove commented out code

This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-lib.git

commit 524e4ee7f33df8f64dfcd55160bf6c51dc1a7925
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Thu Aug 23 00:58:23 2018 +0200

    Remove commented out code
---
 spec/helpers.js | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/spec/helpers.js b/spec/helpers.js
index 7c4de84..a631093 100644
--- a/spec/helpers.js
+++ b/spec/helpers.js
@@ -68,18 +68,6 @@ module.exports.setDefaultTimeout = timeout => {
     });
 };
 
-// Returns the platform that should be used for testing on this host platform.
-/*
-var host = os.platform();
-if (host.match(/win/)) {
-    module.exports.testPlatform = 'wp8';
-} else if (host.match(/darwin/)) {
-    module.exports.testPlatform = 'ios';
-} else {
-    module.exports.testPlatform = 'android';
-}
-*/
-
 module.exports.setEngineSpec = function (appPath, engine, spec) {
     appPath = getConfigPath(appPath);
     var parser = new ConfigParser(appPath);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org