mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Revert unintentionally committed console.logs
This commit is contained in:
@@ -929,7 +929,6 @@ main.registerCommand({
|
||||
} else {
|
||||
// Save the isopack, just to get its hash.
|
||||
var bundleBuildResult = packageClient.bundleBuild(isopk);
|
||||
console.log(existingBuild.build);
|
||||
somethingChanged =
|
||||
(bundleBuildResult.treeHash !== existingBuild.build.treeHash);
|
||||
}
|
||||
|
||||
@@ -355,7 +355,6 @@ var bundleBuild = function (isopack) {
|
||||
|
||||
var buildTarball = files.pathJoin(tempDir, packageTarName + '.tgz');
|
||||
|
||||
console.log(tarInputDir);
|
||||
files.createTarball(tarInputDir, buildTarball);
|
||||
|
||||
var tarballHash = files.fileHash(buildTarball);
|
||||
|
||||
Reference in New Issue
Block a user