Skip to content

Commit

Permalink
remove temporary logging call
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherjesse committed Oct 3, 2009
1 parent cb43510 commit 6a8abed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/services.js
Expand Up @@ -523,7 +523,6 @@ function active_libraries(force) {

try {
var custom = getCustom();
log(custom)
if (custom) {
for (var i = 0; i < custom.length; i++) {
rval.push(new Library(custom[i]));
Expand Down

0 comments on commit 6a8abed

Please sign in to comment.