Skip to content

Commit c748c09

Browse files
author
it-schaedler
committed
remove config for debugging
1 parent 6191c46 commit c748c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/plovr_extended.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ module.exports = function (grunt) {
155155
grunt.file.write(configfilename, configFileContent);
156156

157157
// do the plovr job
158-
var cmd = cd_cwd + ' java ' + '-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 ' + '-jar ' + path.join(__dirname, '..', 'bin', '/') + 'plovr.jar build ' + configfilename + options_;
158+
var cmd = cd_cwd + ' java -jar ' + path.join(__dirname, '..', 'bin', '/') + 'plovr.jar build ' + configfilename + options_;
159159
console.log(cmd);
160160
var prog = shell.exec(cmd);
161161
// delete temporary configfile

0 commit comments

Comments
 (0)