Changeset 9e52c9e99877ed8e1cc3a623e68947c4de8e7fa2
- Timestamp:
- 05/15/08 20:21:08
(5 years ago)
- Author:
- Mark Harrison <mark@omniti.com>
- git-committer:
- Mark Harrison <mark@omniti.com> 1210882868 +0000
- git-parent:
[015f655aca1fef5ad427de12d7cad26a242c605e]
- git-author:
- Mark Harrison <mark@omniti.com> 1210882868 +0000
- Message:
Removing a debugging line that shouldn't be there
git-svn-id: https://labs.omniti.com/resmon/trunk@91 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1533dda |
r9e52c9e |
|
| 35 | 35 | eval { $object->config_as_hash; }; |
|---|
| 36 | 36 | die "Problem loading module $current" if $@; |
|---|
| 37 | | } else { |
|---|
| 38 | | print STDERR "moo"; |
|---|
| 39 | 37 | } |
|---|
| 40 | 38 | |
|---|