You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/02/26 02:31:47 UTC

[incubator-openwhisk] branch master updated: Remove dead field. (#3336)

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

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e43e8d  Remove dead field. (#3336)
1e43e8d is described below

commit 1e43e8dff9d536d725d3e3101b7565dcb006407f
Author: rodric rabbah <ro...@gmail.com>
AuthorDate: Sun Feb 25 21:31:45 2018 -0500

    Remove dead field. (#3336)
---
 tests/src/test/scala/common/WhiskProperties.java | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tests/src/test/scala/common/WhiskProperties.java b/tests/src/test/scala/common/WhiskProperties.java
index b770c1b..0daa28d 100644
--- a/tests/src/test/scala/common/WhiskProperties.java
+++ b/tests/src/test/scala/common/WhiskProperties.java
@@ -42,11 +42,6 @@ public class WhiskProperties {
     private static final int DEFAULT_CONCURRENCY = 20;
 
     /**
-     * The deployment target, e.g., local.
-     */
-    public static final String deployTarget = System.getProperty("deploy.target");
-
-    /**
      * If true, then tests will direct to the router rather than the edge
      * components.
      */
@@ -106,7 +101,6 @@ public class WhiskProperties {
         // set whisk home from read properties
         whiskHome = whiskProperties.getProperty("openwhisk.home");
 
-        System.out.format("deploy target %s\n", deployTarget != null ? deployTarget : "not defined");
         System.out.format("test router? %s\n", testRouter);
     }
 

-- 
To stop receiving notification emails like this one, please contact
csantanapr@apache.org.