Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Antti Väyrynen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a8bf1059
authored
Jan 12, 2015
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uliuliuliuliuli
1 parent
79c84a6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
11 deletions
code/moya-beans/ejbModule/fi/codecrew/moya/beans/MailMessageBean.java
code/moya-beans/ejbModule/fi/codecrew/moya/beans/MailMessageBean.java
View file @
a8bf105
...
...
@@ -77,17 +77,8 @@ public class MailMessageBean implements MessageListener {
try
{
mailmsg
=
(
MailMessage
)
((
ObjectMessage
)
message
).
getObject
();
logger
.
debug
(
"Got message {}"
,
mailmsg
.
getToName
());
// MERGEREQUESTIN TARKASTAJA!
// MERGEREQUESTIN TARKASTAJA!
// MERGEREQUESTIN TARKASTAJA!
// MERGEREQUESTIN TARKASTAJA!
// MERGEREQUESTIN TARKASTAJA!
// MERGEREQUESTIN TARKASTAJA!
// MERGEREQUESTIN TARKASTAJA!
// MERGEREQUESTIN TARKASTAJA!
// Jos unohan tän falsen tähän alle, niin ulise TKffTK:lle kovasti :)
if
(
false
&&
BortalLocalContextHolder
.
isInDevelopmentMode
())
{
if
(
BortalLocalContextHolder
.
isInDevelopmentMode
())
{
String
dmessage
=
" To: "
+
mailmsg
.
getTo
()
+
"\n Subject: "
+
mailmsg
.
getSubject
()
+
"\n Text: "
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment