Skip to content

Commit 5114972

Browse files
committed
Fixup build and docs after move to standalone repo
1 parent 17e57ec commit 5114972

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ function getClosureCompilerCommand(exportsFile, outputFile) {
134134
function gen_google_protobuf_js(cb) {
135135
// TODO(haberman): minify this more aggressively.
136136
// Will require proper externs/exports.
137-
var log_file = fs.createWriteStream('/usr/local/google/home/dibenede/gulp.log', {flags:'w'});
138137
exec(
139138
getClosureCompilerCommand('commonjs/export.js', 'google-protobuf.js'),
140139
make_exec_logging_callback(cb));

0 commit comments

Comments
 (0)