Browse Source

remove dbg macro from mad_static

Yuri Artemev 10 years ago
parent
commit
c73954f662
2 changed files with 0 additions and 1 deletions
  1. BIN
      .rebar/erlcinfo
  2. 0 1
      src/mad_static.erl

BIN
.rebar/erlcinfo


+ 0 - 1
src/mad_static.erl

@@ -1,7 +1,6 @@
 -module(mad_static).
 -copyright('Yuri Artemev').
 -compile(export_all).
--define(dbg(P), io:format("~10s: ~p~n", [??P, P])).
 -define(NODE(Bin), "node_modules/.bin/"++Bin).
 
 main(Config, ["watch"]) ->