diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-11-30 13:12:48 -0500 |
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-11-30 13:12:48 -0500 |
| commit | 1a1f3bbbce23f977679b328482059ccfadc0e33d (patch) | |
| tree | 7531fd62b441194e79fc60953f58fb7ef1d4c5e7 | |
| parent | 960bcbf9e544c8670494368151a56c2ae6b10b83 (diff) | |
| download | jscu_refactor-1a1f3bbbce23f977679b328482059ccfadc0e33d.tar.gz | |
Remove cruft
| -rw-r--r-- | src/BuildConfig.groovy | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/BuildConfig.groovy b/src/BuildConfig.groovy index 3ad24d2..c5e90e6 100644 --- a/src/BuildConfig.groovy +++ b/src/BuildConfig.groovy @@ -22,9 +22,8 @@ class BuildConfig implements Serializable { def skippedUnstableThresh= '' // Constructors - //BuildConfig() { - // nodetype = "" - //} + BuildConfig() { + } //BuildConfig(nodetype) { // this.nodetype = nodetype |
