projects
/
dbsrgits/DBIx-Class-Journal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5fc8406
)
don't warn unnecessarily
Yuval Kogman [Tue, 29 Jul 2008 18:10:48 +0000 (18:10 +0000)]
lib/DBIx/Class/Schema/Journal.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Schema/Journal.pm
b/lib/DBIx/Class/Schema/Journal.pm
index
64185bd
..
c056b29
100644
(file)
--- a/
lib/DBIx/Class/Schema/Journal.pm
+++ b/
lib/DBIx/Class/Schema/Journal.pm
@@
-88,7
+88,7
@@
sub connection
## Set up relationship between changeset->user_id and this schema's user
if(!@{$self->journal_user || []})
{
- warn "No Journal User set!";
+ #warn "No Journal User set!"; # no need to warn, user_id is useful even without a rel
return $schema;
}