Skip to content

Commit

Permalink
Removed superfluous logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mfiers committed Apr 5, 2011
1 parent 7083dd8 commit 88b66a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/moa
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def run(job, command):
plugins.run("pre%s" % command.capitalize())

for execNow in execList:
l.info("Executing %s" % execNow)
l.debug("Executing %s" % execNow)
plugins.run("pre%s" % execNow.capitalize())

if execNow in moaCommands:
Expand Down

0 comments on commit 88b66a8

Please sign in to comment.