mirror of
https://github.com/bower/bower.git
synced 2026-02-12 06:55:04 -05:00
Remove logs.
This commit is contained in:
@@ -52,8 +52,6 @@ GitFsResolver.prototype._copy = function (meta) {
|
||||
GitFsResolver.prototype._checkout = function () {
|
||||
var resolution = this._resolution;
|
||||
|
||||
console.log(resolution);
|
||||
|
||||
// Checkout resolution
|
||||
return cmd('git', ['checkout', '-f', resolution.tag || resolution.branch || resolution.commit], { cwd: this._tempDir })
|
||||
// Cleanup unstagged files
|
||||
|
||||
@@ -17,8 +17,6 @@ GitRemoteResolver.prototype._checkout = function () {
|
||||
var branch,
|
||||
resolution = this._resolution;
|
||||
|
||||
console.log(resolution);
|
||||
|
||||
// If resolution is a commit, we need to clone the entire repo and checkit out
|
||||
// Because a commit is not a nammed ref, there's no better solution
|
||||
if (resolution.type === 'commit') {
|
||||
|
||||
Reference in New Issue
Block a user