Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav Parikh committed Mar 16, 2014
1 parent d5ed678 commit efecdea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/util/libmanager.js
Expand Up @@ -25,7 +25,6 @@ LibManager.prototype.getAllTest = function (strLibPath, relativePath) {
i,
j;
this.strLibPath = strLibPath;
console.log("*****Normalizing libs: " + strLibPath);
this.logger.trace("Normalizing libs: " + strLibPath);
arrLib = this.strLibPath.split(",");
for (i = 0; i < arrLib.length; i += 1) {
Expand Down Expand Up @@ -95,7 +94,6 @@ LibManager.prototype.getAllCommonLib = function (config, lib) {
} else if (lib) {
commonLib = lib;
}
console.log("*********Global libs: " + commonLib);
if (commonLib) {
this.logger.trace("Global libs: " + commonLib);
return this.getAllTest(commonLib);
Expand Down

0 comments on commit efecdea

Please sign in to comment.