rabin 6 years ago
parent
commit
84014a3072
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/skill/echo.py

+ 1 - 1
service/skill/echo.py

@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 from demeter.core import *
 from skill import Skill
-print(Skill)
+
 class Echo(Skill):
 
     def handle(self, text, parsed):