File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -109,9 +109,7 @@ module.exports = function(S) { // Always pass in the ServerlessPlugin Class
109
109
110
110
remove ( ) {
111
111
//return dynamodb.remove();
112
- return dynamodbLocal . remove ( function ( ) {
113
- console . log ( "hello" ) ;
114
- } ) ;
112
+ return dynamodbLocal . remove ( function ( ) { } ) ;
115
113
}
116
114
117
115
install ( ) {
@@ -153,14 +151,13 @@ module.exports = function(S) { // Always pass in the ServerlessPlugin Class
153
151
config && config . start
154
152
) ;
155
153
if ( options . create ) {
156
- dynamodbLocal . start ( options ) //.then(function() {
157
- console . log ( "started1 " ) ; // seperator
158
- self . table ( evt ) //.then(resolve, reject) ;
154
+ dynamodbLocal . start ( options ) ;
155
+ console . log ( "" ) ; // seperator
156
+ self . table ( evt ) ;
159
157
resolve ( ) ;
160
- //});
161
158
} else {
162
- dynamodbLocal . start ( options ) //.then(resolve, reject) ;
163
- console . log ( "started2 " ) ; // seperator
159
+ dynamodbLocal . start ( options ) ;
160
+ console . log ( "" ) ;
164
161
resolve ( ) ;
165
162
}
166
163
} ) ;
You can’t perform that action at this time.
0 commit comments